com.uwyn.rife.instrument.exceptions |
Common exceptions that are being used during the transformation of
byte-code.
|
Java Source File Name | Type | Comment |
ClassBytesNotFoundException.java | Class | This exception is thrown and when the bytecode for a class couldn't be
found. |
VisitInterruptionException.java | Class | 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. |