public final class ClassTooLargeException
extends java.lang.IndexOutOfBoundsException
ClassWriter is too large.| 构造器和说明 |
|---|
ClassTooLargeException(java.lang.String className,
int constantPoolCount)
Constructs a new
ClassTooLargeException. |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getClassName()
Returns the internal name of the class.
|
int |
getConstantPoolCount()
Returns the number of constant pool items of the class.
|
public ClassTooLargeException(java.lang.String className,
int constantPoolCount)
ClassTooLargeException.className - the internal name of the class.constantPoolCount - the number of constant pool items of the class.Copyright © 2019 TODAY. All rights reserved.