Package org.aopalliance.instrument
Class InstrumentationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.aopalliance.instrument.InstrumentationError
-
- All Implemented Interfaces:
java.io.Serializable
public class InstrumentationError extends java.lang.Error
The error that is raised when an error occurs during an instrumentation.- See Also:
Instrumentor
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstrumentationError(Instrumentation instrumentation, java.lang.Throwable cause)
Sets a generic error message for an instrumentation error.
-
-
-
Constructor Detail
-
InstrumentationError
public InstrumentationError(Instrumentation instrumentation, java.lang.Throwable cause)
Sets a generic error message for an instrumentation error.
-
-