Class ExceptionTableEntry


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

      Fields 
      Modifier and Type Field Description
      private int from  
      private int target  
      private int to  
      private java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionTableEntry​(int from, int to, int target, java.lang.String type)  
    • Field Detail

      • from

        private int from
      • to

        private int to
      • target

        private int target
      • type

        private java.lang.String type
    • Constructor Detail

      • ExceptionTableEntry

        public ExceptionTableEntry​(int from,
                                   int to,
                                   int target,
                                   java.lang.String type)
    • Method Detail

      • getFrom

        public int getFrom()
      • getTo

        public int getTo()
      • getTarget

        public int getTarget()
      • getType

        public java.lang.String getType()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object