Package org.nuclos.api.context
Class InputRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuclos.api.context.InputRequiredException
- All Implemented Interfaces:
Serializable
Exception to request additional input user.
- Author:
- thomas.schiffmann
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
for deserialization onlyInputRequiredException
(InputDelegateSpecification inputDelegateSpecification) Create aInputRequiredException
with aInputDelegateSpecification
InputRequiredException
(InputSpecification inputSpecification) Create aInputRequiredException
with aInputSpecification
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InputRequiredException
protected InputRequiredException()for deserialization only -
InputRequiredException
Create aInputRequiredException
with aInputSpecification
- Parameters:
inputSpecification
- The specification of the input dialog including the variable key.- See Also:
-
InputRequiredException
Create aInputRequiredException
with aInputDelegateSpecification
- Parameters:
inputDelegateSpecification
- The specification the client needs to create the delegate instance.- See Also:
-
-
Method Details
-
getInputSpecification
- Returns:
- The input specification
-
getInputDelegateSpecification
- Returns:
- The delegate specification
-