Class ThrowingErrorListenerLexer
java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
it.uniroma2.art.semanticturkey.exceptions.manchester.ThrowingErrorListenerLexer
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
public class ThrowingErrorListenerLexer
extends org.antlr.v4.runtime.BaseErrorListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsyntaxError(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
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ThrowingErrorListenerLexer
public ThrowingErrorListenerLexer()
-
-
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 ManchesterSyntaxRuntimeException- Specified by:
syntaxErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
syntaxErrorin classorg.antlr.v4.runtime.BaseErrorListener- Throws:
ManchesterSyntaxRuntimeException
-