Package org.nuclos.api.context
Class InputValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuclos.api.context.InputValidationException
- All Implemented Interfaces:
Serializable
Exception to be thrown by
InputDelegate
if user input is incomplete or- Author:
- thomas.schiffmann
- See Also:
-
Constructor Summary
ConstructorDescriptionInputValidationException
(String message) InputValidationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InputValidationException
-
InputValidationException
-