Class InvalidUserInputError

  • All Implemented Interfaces:
    Serializable

    public class InvalidUserInputError
    extends RuntimeException
    Thrown when invalid user input is detected, and we want to send the details of the problem back to the user.
    Author:
    John Grimes
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidUserInputError

        public InvalidUserInputError​(String message)
      • InvalidUserInputError

        public InvalidUserInputError​(String message,
                                     Throwable cause)
      • InvalidUserInputError

        public InvalidUserInputError​(Throwable cause)