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