Class ExceptionTable
java.lang.Object
com.sun.jdo.api.persistence.enhancer.classfile.ExceptionTable
ExceptionTable represents the exception handlers within the code
of a method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(ExceptionRange range) Add an exception handler to the listhandlers()Return an enumeration of the exception handlers Each element in the enumeration is an ExceptionRange
-
Constructor Details
-
ExceptionTable
public ExceptionTable()
-
-
Method Details
-
handlers
Return an enumeration of the exception handlers Each element in the enumeration is an ExceptionRange -
addElement
Add an exception handler to the list
-