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.
  • Constructor Details

    • ExceptionTable

      public ExceptionTable()
  • Method Details

    • 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