class ExceptionTableEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
catchType |
(package private) int |
endPc |
(package private) int |
handlerPc |
(package private) int |
startPc |
Constructor and Description |
---|
ExceptionTableEntry(int start,
int end,
int handle,
int type) |