Class CodeAttribute.ExceptionHandler

  • Enclosing class:
    CodeAttribute

    public static class CodeAttribute.ExceptionHandler
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionHandler​(int start_pc, int end_pc, int handler_pc, java.lang.String catch_type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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