Class ClassFile.ExceptionsAttribute

  • Enclosing class:
    ClassFile

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

      • ExceptionsAttribute

        public ExceptionsAttribute​(short attributeNameIndex,
                                   short[] exceptionIndexes)