Module org.jgrapht.io
Package org.jgrapht.nio.csv
Class CSVEventDrivenImporter.ThrowingErrorListener
java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
org.jgrapht.nio.csv.CSVEventDrivenImporter.ThrowingErrorListener
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
- Enclosing class:
CSVEventDrivenImporter
private class CSVEventDrivenImporter.ThrowingErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
ThrowingErrorListener
private 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 interfaceorg.antlr.v4.runtime.ANTLRErrorListener
- Overrides:
syntaxError
in classorg.antlr.v4.runtime.BaseErrorListener
- Throws:
org.antlr.v4.runtime.misc.ParseCancellationException
-