public final class ClassTooLargeException extends IndexOutOfBoundsException
ClassWriter
is too
large.限定符和类型 | 字段和说明 |
---|---|
private String |
className |
private int |
constantPoolCount |
private static long |
serialVersionUID |
构造器和说明 |
---|
ClassTooLargeException(String className,
int constantPoolCount)
Constructs a new
ClassTooLargeException . |
限定符和类型 | 方法和说明 |
---|---|
String |
getClassName()
Returns the internal name of the class.
|
int |
getConstantPoolCount()
Returns the number of constant pool items of the class.
|
private static final long serialVersionUID
private final String className
private final int constantPoolCount
public 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()
Copyright © 2021. All rights reserved.