Package org.aopalliance.instrument
Class InstrumentationError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.aopalliance.instrument.InstrumentationError
- All Implemented Interfaces:
Serializable
The error that is raised when an error occurs during an instrumentation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstrumentationError
(Instrumentation instrumentation, Throwable cause) Sets a generic error message for an instrumentation error. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InstrumentationError
Sets a generic error message for an instrumentation error.
-