Package ratpack.core.parse
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.core.parse.ParseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoSuchParserException
,ParserException
public abstract class ParseException extends RuntimeException
A generic super type for exceptions indicate something when wrong for a parse operation.- See Also:
ParserException
,NoSuchParserException
, Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ParseException(String message)
Constructor.protected
ParseException(String message, 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
-
-