org.mule.devkit.model.code
Class ClassAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.devkit.model.code.ClassAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ClassAlreadyExistsException
extends Exception

Indicates that the class is already created.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
See Also:
Serialized Form

Constructor Summary
ClassAlreadyExistsException(GeneratedClass _existing)
           
 
Method Summary
 GeneratedClass getExistingClass()
          Gets a reference to the existing GeneratedClass.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassAlreadyExistsException

public ClassAlreadyExistsException(GeneratedClass _existing)
Method Detail

getExistingClass

public GeneratedClass getExistingClass()
Gets a reference to the existing GeneratedClass.

Returns:
This method always return non-null valid object.


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.