Field Summary |
|
String | desc Internal name of the type of exceptions handled by this handler, or
null to catch any exceptions. |
Label | end End of the exception handler's scope (exclusive). |
Label | handler Beginning of the exception handler's code. |
Handler | next Next exception handler block info. |
Label | start Beginning of the exception handler's scope (inclusive). |
int | type Constant pool index of the internal name of the type of exceptions
handled by this handler, or 0 to catch any exceptions. |