Uses of Interface
de.xima.fc.interfaces.workflow.execution.IErrorResultData
- 
Packages that use IErrorResultData Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution  - 
- 
Uses of IErrorResultData in de.xima.fc.exceptions
Classes in de.xima.fc.exceptions that implement IErrorResultData Modifier and Type Class Description classNodeSoftErrorExceptionIndicates that a soft error occurred during the execution of a workflow node.classNodeThrewExceptionIndicates 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.execution Modifier and Type Interface Description interfaceIExceptionalCompletionResultRepresents the result ofINodeHandler#executewhen the node was completed abruptly by throwing an exception.Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type IErrorResultData Modifier and Type Method Description default List<? extends IErrorResultData>IWorkflowNodeResult. getErrorResultData() 
 -