Public Methods | |
ExceptionHandler (String n, int b, int e, int h) | |
int | getBegin () |
int | getEnd () |
int | getHandler () |
String | getName () |
Private Attributes | |
String | name |
int | begin |
int | end |
int | handler |
Definition at line 6 of file ExceptionHandler.java.
|
Creates a new exception handler. Definition at line 30 of file ExceptionHandler.java. |
|
Returns the first instruction in the block. Definition at line 39 of file ExceptionHandler.java. Referenced by ThreadInfo::throwException().
|
|
Returns the last instruction in the block. Definition at line 45 of file ExceptionHandler.java. Referenced by ThreadInfo::throwException().
|
|
Returns the instruction location for the handler. Definition at line 51 of file ExceptionHandler.java. Referenced by ThreadInfo::throwException().
|
|
Returns the name of the exception caught. Definition at line 57 of file ExceptionHandler.java. Referenced by ThreadInfo::throwException().
|
|
The first instruction belonging to this handler. Definition at line 15 of file ExceptionHandler.java. |
|
The last instruction belonging to this handler. Definition at line 20 of file ExceptionHandler.java. |
|
The offset of the handler. Definition at line 25 of file ExceptionHandler.java. |
|
Name of the exception caught. Definition at line 10 of file ExceptionHandler.java. |