public final class ClassTooLargeException
extends java.lang.IndexOutOfBoundsException
ClassWriter is too
large.| Constructor | Description |
|---|---|
ClassTooLargeException(java.lang.String className,
int constantPoolCount) |
Constructs a new
ClassTooLargeException. |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getClassName() |
|
int |
getConstantPoolCount() |
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.