public static final class Exceptions.DolmenVersionException extends RuntimeException
Modifier and Type | Method and Description |
---|---|
static void |
checkLexer(String genVersion)
Checks that the current runtime has the given version,
and throws a
Exceptions.DolmenVersionException otherwise. |
static void |
checkParser(String genVersion)
Checks that the current runtime has the given version,
and throws a
Exceptions.DolmenVersionException otherwise. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static void checkLexer(String genVersion)
Exceptions.DolmenVersionException
otherwise.genVersion
- public static void checkParser(String genVersion)
Exceptions.DolmenVersionException
otherwise.genVersion
-