org.parboiled.errors
Class GrammarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
GrammarException()
           
GrammarException(java.lang.String message)
           
GrammarException(java.lang.String message, java.lang.Object... messageArgs)
           
GrammarException(java.lang.String message, java.lang.Throwable cause)
           
GrammarException(java.lang.Throwable cause)
           
GrammarException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... messageArgs)
           
 
Method Summary
 
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
 

Constructor Detail

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)