Class InstrumentationError

java.lang.Object
java.lang.Throwable
java.lang.Error
org.aopalliance.instrument.InstrumentationError
All Implemented Interfaces:
Serializable

public class InstrumentationError extends Error
The error that is raised when an error occurs during an instrumentation.
See Also:
  • Constructor Details

    • InstrumentationError

      public InstrumentationError(Instrumentation instrumentation, Throwable cause)
      Sets a generic error message for an instrumentation error.