Uses of Class
de.xima.fc.exceptions.NodeSoftErrorException
Packages that use NodeSoftErrorException
Package
Description
Package für allgemeine Exceptions
-
Uses of NodeSoftErrorException in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return types with arguments of type NodeSoftErrorExceptionMethod parameters in de.xima.fc.exceptions with type arguments of type NodeSoftErrorExceptionModifier and TypeMethodDescriptionNodeReturnedException.Builder.softErrors
(List<NodeSoftErrorException> softErrors) Constructor parameters in de.xima.fc.exceptions with type arguments of type NodeSoftErrorExceptionModifierConstructorDescriptionNodeReturnedException
(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, String message) Deprecated.NodeReturnedException
(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, String message, Throwable cause) Deprecated.NodeReturnedException
(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, Throwable cause) Deprecated. -
Uses of NodeSoftErrorException in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type NodeSoftErrorExceptionModifier and TypeMethodDescriptiondefault List<NodeSoftErrorException>
ISuccessResultData.getSoftErrors()
Business logic might need to distinguish between hard errors and soft errors.default List<NodeSoftErrorException>
IWorkflowNodeResult.getSoftErrors()
-
Uses of NodeSoftErrorException in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return NodeSoftErrorExceptionModifier and TypeMethodDescriptionprotected static NodeSoftErrorException
AEventRunnerTest.getNodeSoftError
(IEventExecutionResult result, WorkflowNode node) protected static NodeSoftErrorException
AEventRunnerTest.getNodeSoftError
(IWorkflowNodeResult nodeResult) Methods in de.xima.fc.ms.test.workflow that return types with arguments of type NodeSoftErrorExceptionModifier and TypeMethodDescriptionprotected static List<NodeSoftErrorException>
AEventRunnerTest.getNodeSoftErrors
(IEventExecutionResult result, WorkflowNode node) protected static List<NodeSoftErrorException>
AEventRunnerTest.getNodeSoftErrors
(IWorkflowNodeResult nodeResult) -
Uses of NodeSoftErrorException in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type NodeSoftErrorExceptionMethod parameters in de.xima.fc.workflow.processor.model with type arguments of type NodeSoftErrorExceptionModifier and TypeMethodDescriptionNormalCompletionResult.Builder.softErrors
(List<NodeSoftErrorException> softErrors) Constructor parameters in de.xima.fc.workflow.processor.model with type arguments of type NodeSoftErrorExceptionModifierConstructorDescriptionNormalCompletionResult
(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors) Deprecated.
NodeReturnedException.builder(WorkflowNode)
.