Class VisitInterruptionException

java.lang.Object
java.lang.Throwable
java.lang.Error
rife.instrument.exceptions.VisitInterruptionException
All Implemented Interfaces:
Serializable

public class VisitInterruptionException extends Error
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: