public final class MethodTooLargeException extends IndexOutOfBoundsException
ClassWriter is too
large.| 构造器和说明 |
|---|
MethodTooLargeException(String className,
String methodName,
String descriptor,
int codeSize)
Constructs a new
MethodTooLargeException. |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClassName()
Returns the internal name of the owner class.
|
int |
getCodeSize()
Returns the size of the method's Code attribute, in bytes.
|
String |
getDescriptor()
Returns the descriptor of the method.
|
String |
getMethodName()
Returns the name of the method.
|
public MethodTooLargeException(String className, String methodName, String descriptor, int codeSize)
MethodTooLargeException.className - the internal name of the owner class.methodName - the name of the method.descriptor - the descriptor of the method.codeSize - the size of the method's Code attribute, in bytes.public String getClassName()
public String getMethodName()
public String getDescriptor()
public int getCodeSize()
Copyright © 2020–2021. All rights reserved.