org.parboiled.errors
Class ParserRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.parboiled.errors.ParserRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class ParserRuntimeException
- extends java.lang.RuntimeException
Exception that is thrown for any problem during the parsing run that cannot be overcome automatically.
- 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParserRuntimeException
public ParserRuntimeException()
ParserRuntimeException
public ParserRuntimeException(java.lang.String message)
ParserRuntimeException
public ParserRuntimeException(java.lang.String message,
java.lang.Throwable cause)
ParserRuntimeException
public ParserRuntimeException(java.lang.String message,
java.lang.Object... messageArgs)
ParserRuntimeException
public ParserRuntimeException(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... messageArgs)
ParserRuntimeException
public ParserRuntimeException(java.lang.Throwable cause)