Class FromStringParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.grumpystuff.grumpyrest.request.stringparser.FromStringParserException
All Implemented Interfaces:
Serializable

public class FromStringParserException extends Exception
This exception gets thrown by a FromStringParser if the string to parse does not conform to the parser's expectation.
See Also:
  • Constructor Details

    • FromStringParserException

      public FromStringParserException(String message)
      Constructor
      Parameters:
      message - the exception message TODO define whether this message will be user-visible. Should also be done for JSON / whole-querystring!