org.aopalliance.instrument

Class InstrumentationError


public class InstrumentationError
extends Error

The error that is raised when an error occurs during an instrumentation.
See Also:
Instrumentor

Constructor Summary

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

Constructor Details

InstrumentationError

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