public class UnableToInstrumentException extends 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(String reason,
String className,
String methodName,
String methodDesc) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getMethodDesc() |
String |
getMethodName() |
String |
getReason() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.