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
ConstructorsModifierConstructorDescriptionprotectedfor deserialization onlyInputRequiredException(InputDelegateSpecification inputDelegateSpecification) Create aInputRequiredExceptionwith aInputDelegateSpecificationInputRequiredException(InputSpecification inputSpecification) Create aInputRequiredExceptionwith 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 aInputRequiredExceptionwith aInputSpecification- Parameters:
inputSpecification- The specification of the input dialog including the variable key.- See Also:
-
InputRequiredException
Create aInputRequiredExceptionwith 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
-