com.sun.jdo.api.persistence.enhancer.classfile
Class ExceptionTable

java.lang.Object
  extended by com.sun.jdo.api.persistence.enhancer.classfile.ExceptionTable

public class ExceptionTable
extends Object

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
 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

ExceptionTable

public ExceptionTable()
Method Detail

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.