Package org.sonar.sslr.grammar
Class GrammarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sonar.sslr.grammar.GrammarException
- All Implemented Interfaces:
Serializable
Indicates problem with definition of grammar.
If you face with this exception, then you should fix code, which defines your grammar.
This class is not intended to be instantiated or subclassed by clients.
- Since:
- 1.18
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGrammarException(String message) GrammarException(Throwable cause, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GrammarException
-
GrammarException
-