private static class ClassFile.CodeAttribute.ExceptionTableEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) short |
catchType |
(package private) short |
endPc |
(package private) short |
handlerPc |
(package private) short |
startPc |
| Constructor and Description |
|---|
ExceptionTableEntry(short startPc,
short endPc,
short handlerPc,
short catchType) |