Serializablepublic final class MethodTooLargeException extends IndexOutOfBoundsException
ClassWriter is too
large.| Constructor | Description |
|---|---|
MethodTooLargeException(String className,
String methodName,
String descriptor,
int codeSize) |
Constructs a new
MethodTooLargeException. |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getClassName() |
|
int |
getCodeSize() |
|
String |
getDescriptor() |
|
String |
getMethodName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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()