public class UnableToInstrumentException
extends java.lang.RuntimeException
This exception is thrown when an unsupported construct was found in a class that must be instrumented for suspension.
Note: this needs to be a RuntimeException - otherwise it can't be thrown
from CheckInstrumentationVisitor.
| Constructor and Description |
|---|
UnableToInstrumentException(java.lang.String reason,
java.lang.String className,
java.lang.String methodName,
java.lang.String methodDesc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName() |
java.lang.String |
getMethodDesc() |
java.lang.String |
getMethodName() |
java.lang.String |
getReason() |