Exception thrown when the constant pool of a class produced by a ClassWriter is too
large.
public | ClassTooLargeException( Constructs a new ClassTooLargeException. |
public String | Returns the internal name of the class. |
public int | Returns the number of constant pool items of the class. |
Constructs a new ClassTooLargeException.
classNamethe internal name of the class.
constantPoolCountthe number of constant pool items of the class.
Returns the internal name of the class.
the internal name of the class.
Returns the number of constant pool items of the class.
the number of constant pool items of the class.