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. 
 | 
int | 
getConstantPoolCount()
Returns the number of constant pool items of the class. 
 | 
addSuppressed, 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()