|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.enhancer.classfile.ExceptionTable
public class ExceptionTable
ExceptionTable represents the exception handlers within the code of a method.
Constructor Summary | |
---|---|
ExceptionTable()
|
Method Summary | |
---|---|
void |
addElement(ExceptionRange range)
Add an exception handler to the list |
java.util.Enumeration |
handlers()
Return an enumeration of the exception handlers Each element in the enumeration is an ExceptionRange |
boolean |
isEqual(java.util.Stack msg,
java.lang.Object obj)
Compares this instance with another for structural equality. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionTable()
Method Detail |
---|
public java.util.Enumeration handlers()
public void addElement(ExceptionRange range)
public boolean isEqual(java.util.Stack msg, java.lang.Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |