public final class ClassTooLargeException extends IndexOutOfBoundsException
ClassWriter
is too
large.Constructor and Description |
---|
ClassTooLargeException(String className,
int constantPoolCount)
Constructs a new
ClassTooLargeException . |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the internal name of the class (see
Type.getInternalName() ). |
int |
getConstantPoolCount()
Returns the number of constant pool items of the class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClassTooLargeException(String className, int constantPoolCount)
ClassTooLargeException
.className
- the internal name of the class (see Type.getInternalName()
).constantPoolCount
- the number of constant pool items of the class.public String getClassName()
Type.getInternalName()
).public int getConstantPoolCount()
Copyright © GigaSpaces.