com.sun.codemodel
Class JClassAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.codemodel.JClassAlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class JClassAlreadyExistsException
- extends Exception
Indicates that the class is already created.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JClassAlreadyExistsException
public JClassAlreadyExistsException(JDefinedClass _existing)
getExistingClass
public JDefinedClass getExistingClass()
- Gets a reference to the existing
JDefinedClass
.
- Returns:
- This method always return non-null valid object.
Copyright © 2005-2013 Oracle. All Rights Reserved.