saker.build Documentation TaskDoc JavaDoc Packages
public final class ClassTooLargeException extends IndexOutOfBoundsException
Exception thrown when the constant pool of a class produced by a ClassWriter is too large.
Constructors
public
ClassTooLargeException(String className, int constantPoolCount)
Constructs a new ClassTooLargeException.
Methods
public String
Returns the internal name of the class.
public int
Returns the number of constant pool items of the class.
public ClassTooLargeException(String className, int constantPoolCount)
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.