org.aopalliance.instrument
Class InstrumentationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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
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
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.