Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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()