Package eu.europa.ted.efx.exceptions
Class ThrowingErrorListener
- java.lang.Object
-
- org.antlr.v4.runtime.BaseErrorListener
-
- eu.europa.ted.efx.exceptions.ThrowingErrorListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
public class ThrowingErrorListener extends org.antlr.v4.runtime.BaseErrorListener
-
-
Field Summary
Fields Modifier and Type Field Description static ThrowingErrorListenerINSTANCE
-
Constructor Summary
Constructors Constructor Description ThrowingErrorListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsyntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)
-
-
-
Field Detail
-
INSTANCE
public static final ThrowingErrorListener INSTANCE
-
-
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 org.antlr.v4.runtime.misc.ParseCancellationException- Specified by:
syntaxErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
syntaxErrorin classorg.antlr.v4.runtime.BaseErrorListener- Throws:
org.antlr.v4.runtime.misc.ParseCancellationException
-
-