com.uwyn.rife.instrument.exceptions
Class VisitInterruptionException
java.lang.Object
java.lang.Throwable
java.lang.Error
com.uwyn.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.6
- Version:
- $Revision: 3811 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
- Serialized Form
VisitInterruptionException
public VisitInterruptionException()
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace in class Throwable
getStackTrace
public StackTraceElement[] getStackTrace()
- Overrides:
getStackTrace in class Throwable
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.