Class ExceptionTableEntry

java.lang.Object
javassist.bytecode.ExceptionTableEntry

class ExceptionTableEntry extends Object
  • Field Details

    • startPc

      int startPc
    • endPc

      int endPc
    • handlerPc

      int handlerPc
    • catchType

      int catchType
  • Constructor Details

    • ExceptionTableEntry

      ExceptionTableEntry(int start, int end, int handle, int type)