Class CodeAttribute.ExceptionHandler

  • Enclosing class:
    CodeAttribute

    public static class CodeAttribute.ExceptionHandler
    extends java.lang.Object
    • Field Detail

      • start_pc

        public final int start_pc
      • end_pc

        public final int end_pc
      • handler_pc

        public final int handler_pc
      • catch_type

        public final java.lang.String catch_type
    • Constructor Detail

      • ExceptionHandler

        public ExceptionHandler​(int start_pc,
                                int end_pc,
                                int handler_pc,
                                java.lang.String catch_type)
    • Method Detail

      • toString

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

        void write​(java.io.DataOutput out,
                   ConstantPool constant_pool)
            throws java.io.IOException
        Throws:
        java.io.IOException
      • value_length

        int value_length()