Class ThrowingErrorListener

java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
org.idempiere.expression.logic.ThrowingErrorListener
All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener

public class ThrowingErrorListener extends org.antlr.v4.runtime.BaseErrorListener
Syntax error listener
Author:
hengsin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)
     

    Methods inherited from class org.antlr.v4.runtime.BaseErrorListener

    reportAmbiguity, reportAttemptingFullContext, reportContextSensitivity

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ThrowingErrorListener

      public ThrowingErrorListener()
  • Method Details

    • 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 org.antlr.v4.runtime.misc.ParseCancellationException
      Specified by:
      syntaxError in interface org.antlr.v4.runtime.ANTLRErrorListener
      Overrides:
      syntaxError in class org.antlr.v4.runtime.BaseErrorListener
      Throws:
      org.antlr.v4.runtime.misc.ParseCancellationException