|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExceptionTableEntry
The class represents an entry in the exception table of a ICodeAttribute as specified in the JVM specifications. This interface may be implemented by clients.
Method Summary | |
---|---|
char[] |
getCatchType()
Answer back the catch type name, null if getCatchTypeIndex() returns 0. |
int |
getCatchTypeIndex()
Answer back the catch type index in the constant pool. |
int |
getEndPC()
Answer back the end pc of this entry. |
int |
getHandlerPC()
Answer back the handler pc of this entry. |
int |
getStartPC()
Answer back the start pc of this entry. |
Method Detail |
---|
int getStartPC()
int getEndPC()
int getHandlerPC()
int getCatchTypeIndex()
char[] getCatchType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |