Package ratpack.core.parse
Class ParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.core.parse.ParseException
-
- ratpack.core.parse.ParserException
-
- All Implemented Interfaces:
Serializable
public class ParserException extends ParseException
Wraps an exception thrown by a parser while parsing.The cause of this exception is always the exception thrown by the parser.
- See Also:
Context.parse(Parse)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParserException(Parser<?> parser, Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-