Class JClassAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JClassAlreadyExistsException
    extends java.lang.Exception
    Indicates that the class is already created.
    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JDefinedClass getExistingClass()
      Gets a reference to the existing JDefinedClass.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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.