|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
org.mvel2.asm.MethodTooLargeException
public final class MethodTooLargeException
Exception thrown when the Code attribute of a method produced by a ClassWriter is too
large.
| Constructor Summary | |
|---|---|
MethodTooLargeException(String className,
String methodName,
String descriptor,
int codeSize)
Constructs a new MethodTooLargeException. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public String getClassName()
public String getMethodName()
public String getDescriptor()
public int getCodeSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||