Package rife.instrument.exceptions
Class VisitInterruptionException
java.lang.Object
java.lang.Throwable
java.lang.Error
rife.instrument.exceptions.VisitInterruptionException
- All Implemented Interfaces:
Serializable
This is an internal exception that is used whenever the bytecode of a
class is being visited and the analysis has to be interrupted in the
middle.
NOTE: this exception is not intended to be caught or to be used inside your own code
- Since:
- 1.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VisitInterruptionException
public VisitInterruptionException()
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-
getStackTrace
- Overrides:
getStackTrace
in classThrowable
-