Class FromStringParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.grumpystuff.grumpyrest.request.stringparser.FromStringParserException
- All Implemented Interfaces:
Serializable
This exception gets thrown by a
FromStringParser if the string to parse does not conform to the parser's
expectation.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FromStringParserException
Constructor- Parameters:
message- the exception message TODO define whether this message will be user-visible. Should also be done for JSON / whole-querystring!
-