ClassWriter
is too
large.
Modifier and Type | Field and Description |
---|---|
private final String | |
private final int | |
private static final long |
Access | Constructor and Description |
---|---|
public | ClassTooLargeException(final String
the internal name of the class (see className, final int jdk. ).the number of constant pool items of the class. constantPoolCount)Constructs a new |
Modifier and Type | Method and Description |
---|---|
public String | Returns: the internal name of the class.Returns the internal name of the class (see |
public int | Returns: the number of constant pool items of the class.Returns the number of constant pool items of the class. |
className | back to summary |
---|---|
private final String className |
constantPoolCount | back to summary |
---|---|
private final int constantPoolCount |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
ClassTooLargeException | back to summary |
---|---|
public ClassTooLargeException(final String className, final int constantPoolCount) Constructs a new
|
getClassName | back to summary |
---|---|
public String getClassName() Returns the internal name of the class (see
|
getConstantPoolCount | back to summary |
---|---|
public int getConstantPoolCount() Returns the number of constant pool items of the class.
|