jdeparser 1.0.0.Final-redhat-1

org.jboss.jdeparser
Class JClassAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.jdeparser.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

Constructor Summary
JClassAlreadyExistsException(JDefinedClass _existing)
           
 
Method Summary
 JDefinedClass getExistingClass()
          Gets a reference to the existing JDefinedClass.
 
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

JClassAlreadyExistsException

public JClassAlreadyExistsException(JDefinedClass _existing)
Method Detail

getExistingClass

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

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

jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.