Package de.xima.fc.workflow.model.nodes
Class FcThrowExceptionProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcThrowExceptionProps
- All Implemented Interfaces:
IDescriptionProviding,INameProviding,Serializable
Model class for the return action (
EWorkflowNodeType.FC_THROW_EXCEPTION).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetErrorData(String errorData) voidsetErrorMessage(String errorMessage) voidsetErrorType(String errorType) Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcThrowExceptionProps
public FcThrowExceptionProps()
-
-
Method Details
-
getErrorData
- Returns:
- Error data to set on the exception that is thrown. When empty, the error data of the current catch block is used (if present). Must be a valid JSON value.
-
getErrorMessage
- Returns:
- Error message to set on the exception that is thrown. When empty, the error message of the current catch block is used (if present).
-
getErrorType
- Returns:
- Error type to set on the exception that is thrown. When empty, the error type of the current catch block is used (if present).
-
setErrorData
- Parameters:
errorData- Error data to set on the exception that is thrown. When empty, the error data of the current catch block is used (if present). Must be a valid JSON value.
-
setErrorMessage
- Parameters:
errorMessage- Error message to set on the exception that is thrown. When empty, the error message of the current catch block is used (if present).
-
setErrorType
- Parameters:
errorType- type to set on the exception that is thrown. When empty, the error type of the current catch block is used (if present).
-