public final class MethodTooLargeException
extends java.lang.IndexOutOfBoundsException
ClassWriter is too
large.| Constructor | Description |
|---|---|
MethodTooLargeException(java.lang.String className,
java.lang.String methodName,
java.lang.String descriptor,
int codeSize) |
Constructs a new
MethodTooLargeException. |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getClassName() |
|
int |
getCodeSize() |
|
java.lang.String |
getDescriptor() |
|
java.lang.String |
getMethodName() |
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()