Serializablepublic final class ClassTooLargeException extends IndexOutOfBoundsException
ClassWriter is too
large.| Constructor | Description |
|---|---|
ClassTooLargeException(String className,
int constantPoolCount) |
Constructs a new
ClassTooLargeException. |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getClassName() |
|
int |
getConstantPoolCount() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClassTooLargeException(String className, int constantPoolCount)
ClassTooLargeException.className - the internal name of the class.constantPoolCount - the number of constant pool items of the class.public String getClassName()
public int getConstantPoolCount()