Class ExceptionTableEntry


  • final class ExceptionTableEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionTableEntry​(int startLabel, int endLabel, int handlerLabel, short catchType)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • itsStartLabel

        int itsStartLabel
      • itsEndLabel

        int itsEndLabel
      • itsHandlerLabel

        int itsHandlerLabel
      • itsCatchType

        short itsCatchType
    • Constructor Detail

      • ExceptionTableEntry

        ExceptionTableEntry​(int startLabel,
                            int endLabel,
                            int handlerLabel,
                            short catchType)