Class ErrorCodeSection
java.lang.Object
de.xima.fc.workflow.designer.model.ErrorCodeSection
- All Implemented Interfaces:
Serializable
POJO model for the error section detailing an error that may be thrown by a node. Used for the node info panel.^
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setErrorCode
(String errorCode) void
setValues
(List<ValueDescriptorRow> values)
-
Constructor Details
-
ErrorCodeSection
public ErrorCodeSection()
-
-
Method Details
-
getDescription
-
getErrorCode
-
getValues
-
setDescription
-
setErrorCode
-
setValues
-