Module org.jgrapht.io
Package org.jgrapht.nio.json
Class JSONEventDrivenImporter.ThrowingErrorListener
- java.lang.Object
-
- org.antlr.v4.runtime.BaseErrorListener
-
- org.jgrapht.nio.json.JSONEventDrivenImporter.ThrowingErrorListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
- Enclosing class:
- JSONEventDrivenImporter
private class JSONEventDrivenImporter.ThrowingErrorListener extends org.antlr.v4.runtime.BaseErrorListener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ThrowingErrorListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, java.lang.Object offendingSymbol, int line, int charPositionInLine, java.lang.String msg, org.antlr.v4.runtime.RecognitionException e)
-
-
-
Method Detail
-
syntaxError
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, java.lang.Object offendingSymbol, int line, int charPositionInLine, java.lang.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
-
-