org.parboiled.errors
Class GrammarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.parboiled.errors.GrammarException
- All Implemented Interfaces:
- java.io.Serializable
public class GrammarException
- extends java.lang.RuntimeException
Exception thrown by parboiled if a problem with the integrity of the grammar rules has been detected.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GrammarException
public GrammarException()
GrammarException
public GrammarException(java.lang.String message)
GrammarException
public GrammarException(java.lang.String message,
java.lang.Throwable cause)
GrammarException
public GrammarException(java.lang.String message,
java.lang.Object... messageArgs)
GrammarException
public GrammarException(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... messageArgs)
GrammarException
public GrammarException(java.lang.Throwable cause)