Class ExceptionsAttribute

java.lang.Object
com.sun.jdo.api.persistence.enhancer.classfile.ClassAttribute
com.sun.jdo.api.persistence.enhancer.classfile.ExceptionsAttribute
All Implemented Interfaces:
VMConstants

public class ExceptionsAttribute extends ClassAttribute
ExceptionsAttribute represents a method attribute in a class file listing the checked exceptions for the method.
  • Field Details

  • Constructor Details

    • ExceptionsAttribute

      public ExceptionsAttribute(ConstUtf8 attrName, Vector excTable)
      Constructor
    • ExceptionsAttribute

      public ExceptionsAttribute(ConstUtf8 attrName, ConstClass exc)
      Convenience Constructor - for single exception
  • Method Details

    • exceptions

      public Enumeration exceptions()
      Return an enumeration of the checked exceptions