Uses of Class
de.xima.fc.exceptions.NodeSoftErrorException
- 
Packages that use NodeSoftErrorException Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.processor.model  - 
- 
Uses of NodeSoftErrorException in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return types with arguments of type NodeSoftErrorException Modifier and Type Method Description List<NodeSoftErrorException>NodeReturnedException. getSoftErrors()Constructor parameters in de.xima.fc.exceptions with type arguments of type NodeSoftErrorException Constructor Description NodeReturnedException(WorkflowNode node, Object alwaysData, Object successData, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, String message)Creates a new exception that should be thrown when a node wishes to return.NodeReturnedException(WorkflowNode node, Object alwaysData, Object successData, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, String message, Throwable e)Creates a new exception that should be thrown when a node wishes to return.NodeReturnedException(WorkflowNode node, Object alwaysData, Object successData, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, Throwable e)Creates a new exception that should be thrown when a node wishes to return. - 
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 NodeSoftErrorException Modifier and Type Method Description default 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.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type NodeSoftErrorException Modifier and Type Method Description List<NodeSoftErrorException>NormalCompletionResult. getSoftErrors()Constructor parameters in de.xima.fc.workflow.processor.model with type arguments of type NodeSoftErrorException Constructor Description NormalCompletionResult(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors)Creates a new POJO with the given data. 
 -