|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jdo.api.persistence.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 |
| 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||