Class ParserExceptionListener

  • All Implemented Interfaces:
    org.antlr.v4.runtime.ANTLRErrorListener

    public class ParserExceptionListener
    extends org.antlr.v4.runtime.BaseErrorListener

    Created by Jeff Gaynor
    on 2/9/20 at 9:33 PM

    • Constructor Detail

      • ParserExceptionListener

        public ParserExceptionListener()
    • Method Detail

      • syntaxError

        public void syntaxError​(org.antlr.v4.runtime.Recognizer<?,​?> recognizer,
                                Object offendingSymbol,
                                int line,
                                int charPositionInLine,
                                String msg,
                                org.antlr.v4.runtime.RecognitionException e)
                         throws ParsingException
        Specified by:
        syntaxError in interface org.antlr.v4.runtime.ANTLRErrorListener
        Overrides:
        syntaxError in class org.antlr.v4.runtime.BaseErrorListener
        Throws:
        ParsingException