Class ExceptionsAttribute

  • All Implemented Interfaces:
    Attribute

    public class ExceptionsAttribute
    extends java.lang.Object
    implements Attribute
    • Field Detail

      • exceptions

        public final java.lang.String[] exceptions
    • Constructor Detail

      • ExceptionsAttribute

        public ExceptionsAttribute​(java.lang.String[] exceptions)
    • Method Detail

      • name

        public java.lang.String name()
        Specified by:
        name in interface Attribute
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • read

        public static ExceptionsAttribute read​(java.io.DataInput in,
                                               ConstantPool constant_pool)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        public void write​(java.io.DataOutput out,
                          ConstantPool constant_pool)
                   throws java.io.IOException
        Specified by:
        write in interface Attribute
        Throws:
        java.io.IOException