org.parboiled.errors
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.parboiled.errors.ParsingException
- All Implemented Interfaces:
- java.io.Serializable
public class ParsingException
- extends java.lang.RuntimeException
Exception type not directly used by parboiled but included as a convenience base class for custom exceptions
(or to be used directly if no custom exception types are required).
- 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 |
ParsingException
public ParsingException()
ParsingException
public ParsingException(java.lang.String message)
ParsingException
public ParsingException(java.lang.String message,
java.lang.Throwable cause)
ParsingException
public ParsingException(java.lang.String message,
java.lang.Object... messageArgs)
ParsingException
public ParsingException(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... messageArgs)
ParsingException
public ParsingException(java.lang.Throwable cause)