Class ExceptionHandler


  • public class ExceptionHandler
    extends java.lang.Object
    • Field Detail

      • start

        private final int start
      • exceptionIndex

        private final int exceptionIndex
      • exceptionType

        private final java.lang.String exceptionType
      • end

        private int end
      • handler

        private int handler
    • Constructor Detail

      • ExceptionHandler

        ExceptionHandler​(int start,
                         int exceptionIndex,
                         java.lang.String exceptionType,
                         StackFrame frame)
    • Method Detail

      • getEnd

        int getEnd()
      • setEnd

        void setEnd​(int end)
      • getHandler

        int getHandler()
      • setHandler

        void setHandler​(int handler)
      • getStart

        int getStart()
      • getExceptionIndex

        int getExceptionIndex()
      • getExceptionType

        public java.lang.String getExceptionType()