Class 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 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.