org.apache.jdo.impl.enhancer.classfile
Class ExceptionTable

java.lang.Object
  extended by org.apache.jdo.impl.enhancer.classfile.ExceptionTable

public class ExceptionTable
extends java.lang.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
 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

ExceptionTable

public ExceptionTable()
Method Detail

handlers

public java.util.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


isEqual

public boolean isEqual(java.util.Stack msg,
                       java.lang.Object obj)
Compares this instance with another for structural equality.



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.