Package org.antlr.v4.parse
Class v4ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
org.antlr.v4.parse.v4ParserException
- All Implemented Interfaces:
Serializable
public class v4ParserException
extends org.antlr.runtime.RecognitionException
- See Also:
-
Field Summary
FieldsFields inherited from class org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
-
Constructor Summary
ConstructorsConstructorDescriptionUsed for remote debugger deserializationv4ParserException
(String msg, org.antlr.runtime.IntStream input) -
Method Summary
Methods inherited from class org.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
msg
-
-
Constructor Details
-
v4ParserException
public v4ParserException()Used for remote debugger deserialization -
v4ParserException
-