Package org.antlr.v4.parse
Class v3TreeGrammarException
-
- All Implemented Interfaces:
Serializable
public class v3TreeGrammarException extends ParseCancellationException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description org.antlr.runtime.Token
location
-
Constructor Summary
Constructors Constructor Description v3TreeGrammarException(org.antlr.runtime.Token location)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-