public final class ClassTooLargeException
extends java.lang.IndexOutOfBoundsException
ClassWriter is too
large.| Constructor and Description |
|---|
ClassTooLargeException(java.lang.String className,
int constantPoolCount)
Constructs a new
ClassTooLargeException. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Returns the internal name of the class.
|
int |
getConstantPoolCount()
Returns the number of constant pool items of the class.
|
public ClassTooLargeException(java.lang.String className,
int constantPoolCount)
ClassTooLargeException.className - the internal name of the class.constantPoolCount - the number of constant pool items of the class.public java.lang.String getClassName()
public int getConstantPoolCount()