Class ClassFile.ExceptionsAttribute

java.lang.Object
org.codehaus.janino.util.ClassFile.AttributeInfo
org.codehaus.janino.util.ClassFile.ExceptionsAttribute
Enclosing class:
ClassFile

public static class ClassFile.ExceptionsAttribute extends ClassFile.AttributeInfo
Representation of an "Exceptions" attribute (see JVMS 4.7.4).
  • Constructor Details

    • ExceptionsAttribute

      public ExceptionsAttribute(short attributeNameIndex, short[] exceptionIndexes)
  • Method Details