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
public class GrammarException
- extends RuntimeException
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GrammarException
public GrammarException(String message)
GrammarException
public GrammarException(Throwable cause,
String message)
Copyright © 2009-2014 SonarSource. All Rights Reserved.