org.aopalliance.instrument
Class InstrumentationError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.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
InstrumentationError(Instrumentation instrumentation, java.lang.Throwable cause)
          Sets a generic error message for an instrumentation error.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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.