com.sun.jdo.api.persistence.enhancer.classfile
Class ExceptionTable
java.lang.Object
com.sun.jdo.api.persistence.enhancer.classfile.ExceptionTable
public class ExceptionTable
- extends Object
ExceptionTable represents the exception handlers within the code
of a method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionTable
public ExceptionTable()
handlers
public Enumeration handlers()
- Return an enumeration of the exception handlers
Each element in the enumeration is an ExceptionRange
addElement
public void addElement(ExceptionRange range)
- Add an exception handler to the list
Copyright © 2012. All Rights Reserved.