public final class ClassTooLargeException extends IndexOutOfBoundsException
ClassWriter is too
large.| 构造器和说明 |
|---|
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.
|
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 © 2020–2022. All rights reserved.