public final class MethodTooLargeException
extends java.lang.IndexOutOfBoundsException
ClassWriter
is too
large.Constructor and Description |
---|
MethodTooLargeException(java.lang.String className,
java.lang.String methodName,
java.lang.String descriptor,
int codeSize)
Constructs a new
MethodTooLargeException . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Returns the internal name of the owner class.
|
int |
getCodeSize()
Returns the size of the method's Code attribute, in bytes.
|
java.lang.String |
getDescriptor()
Returns the descriptor of the method.
|
java.lang.String |
getMethodName()
Returns the name of the method.
|
public MethodTooLargeException(java.lang.String className, java.lang.String methodName, java.lang.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 java.lang.String getClassName()
public java.lang.String getMethodName()
public java.lang.String getDescriptor()
public int getCodeSize()