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 Summary

      Constructors 
      Constructor Description
      ExceptionsAttribute​(short attributeNameIndex, short[] exceptionIndexes)  
    • Constructor Detail

      • ExceptionsAttribute

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

      • getExceptionIndexes

        public short[] getExceptionIndexes()
      • storeBody

        protected void storeBody​(java.io.DataOutputStream dos)
                          throws java.io.IOException
        Specified by:
        storeBody in class ClassFile.AttributeInfo
        Throws:
        java.io.IOException