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 classIndicates that a soft error occurred during the execution of a workflow node.final classIndicates 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 TypeInterfaceDescriptioninterfaceRepresents 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 IErrorResultDataModifier and TypeMethodDescriptiondefault List<? extends IErrorResultData>IWorkflowNodeResult.getErrorResultData()