Uses of Interface
de.xima.fc.interfaces.workflow.execution.IErrorResultData
Packages that use IErrorResultData
Package
Description
Package für allgemeine Exceptions
-
Uses of IErrorResultData in de.xima.fc.exceptions
Classes in de.xima.fc.exceptions that implement IErrorResultDataModifier and TypeClassDescriptionfinal class
Indicates that a soft error occurred during the execution of a workflow node.final class
Indicates that execution of a workflow node ended abruptly via a throw statement, including exceptions thrown by the workflow runtime engine. -
Uses of IErrorResultData in de.xima.fc.interfaces.workflow.execution
Subinterfaces of IErrorResultData in de.xima.fc.interfaces.workflow.executionModifier and TypeInterfaceDescriptioninterface
Represents the result ofINodeHandler#execute
when the node was completed abruptly by throwing an exception.Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type IErrorResultDataModifier and TypeMethodDescriptiondefault List<? extends IErrorResultData>
IWorkflowNodeResult.getErrorResultData()