|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.modules.classfile.ExceptionTableEntry
public final class ExceptionTableEntry
An entry in the exception table of a method's code attribute.
Method Summary | |
---|---|
CPClassInfo |
getCatchType()
Returns the type of exception handler, or null
if this handler catches all exceptions, such as an exception
handler for a "finally " clause (JVM 4.7.3). |
int |
getEndPC()
Returns the ending offset into the method's bytecodes of this exception handler, or the length of the bytecode array if the handler supports the method's last bytecodes (JVM 4.7.3). |
int |
getHandlerPC()
Returns the starting offset into the method's bytecodes of the exception handling code. |
int |
getStartPC()
Returns the beginning offset into the method's bytecodes of this exception handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final int getStartPC()
public final int getEndPC()
public final int getHandlerPC()
public final CPClassInfo getCatchType()
null
if this handler catches all exceptions, such as an exception
handler for a "finally
" clause (JVM 4.7.3).
|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |