Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InstrumentationError

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