public static class RuntimeMetaData.VersionMismatchException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
String |
compileTimeRuntimeVersion
The version of the ANTLR 4 Runtime library the parser and/or user
code was compiled against.
|
String |
generatingToolVersion
The version of the ANTLR 4 Tool a parser was generated with.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Nullable public final String generatingToolVersion
null
if RuntimeMetaData.checkVersion(java.lang.String, java.lang.String)
was called from
user-defined code instead of a call automatically included in the
generated parser.Copyright © 1992–2014 ANTLR. All rights reserved.