Class ExceptionTableEntry


  • class ExceptionTableEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int catchType  
      (package private) int endPc  
      (package private) int handlerPc  
      (package private) int startPc  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionTableEntry​(int start, int end, int handle, int type)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • startPc

        int startPc
      • endPc

        int endPc
      • handlerPc

        int handlerPc
      • catchType

        int catchType
    • Constructor Detail

      • ExceptionTableEntry

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