Class CodeAttribute.ExceptionHandler

java.lang.Object
aQute.bnd.classfile.CodeAttribute.ExceptionHandler
Enclosing class:
CodeAttribute

public static class CodeAttribute.ExceptionHandler extends Object
  • Field Details

    • 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 String catch_type
  • Constructor Details

    • ExceptionHandler

      public ExceptionHandler(int start_pc, int end_pc, int handler_pc, String catch_type)
  • Method Details