Package au.csiro.pathling.errors
Class InvalidUserInputError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- au.csiro.pathling.errors.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 Summary
Constructors Constructor Description InvalidUserInputError(String message)InvalidUserInputError(String message, Throwable cause)InvalidUserInputError(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-