Class RecognitionException

    • Constructor Detail

      • RecognitionException

        public RecognitionException​(LexerException e)
      • RecognitionException

        public RecognitionException​(int line,
                                    String message)
        Since:
        1.16
      • RecognitionException

        public RecognitionException​(int line,
                                    String message,
                                    Throwable cause)
        Since:
        1.16
    • Method Detail

      • getLine

        public int getLine()
        Line where the parsing error has occurred.
        Returns:
        line
      • isToRetryWithExtendStackTrace

        @Deprecated
        public boolean isToRetryWithExtendStackTrace()
        Deprecated.
        in 1.19
      • isFatal

        @Deprecated
        public boolean isFatal()
        Deprecated.
        in 1.19