Uses of Class
de.xima.fc.exceptions.NodeThrewException
-
-
Uses of NodeThrewException in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return NodeThrewException Modifier and Type Method Description NodeThrewException
IUnhandledExceptionEventData. getUnhandledException()
-
Uses of NodeThrewException in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return NodeThrewException Modifier and Type Method Description NodeThrewException
IWorkflowVariableHandler. getException(int index)
Returns the exception at the given index in the exception stack.default NodeThrewException
IWorkflowNodeResult. getThrowingException()
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type NodeThrewException Modifier and Type Method Description void
IWorkflowVariableHandler. pushException(NodeThrewException e)
Pushes the given exception to the exception stack, seeIWorkflowVariableHandler.getException(int)
. -
Uses of NodeThrewException in de.xima.fc.workflow.event
Methods in de.xima.fc.workflow.event with parameters of type NodeThrewException Modifier and Type Method Description static IUnhandledExceptionEventData
WorkflowEventDataFactory. unhandledException(IWorkflowExecutionEnvironmentData environmentData, IWorkflowEventData originalEvent, NodeThrewException unhandledException)
Creates the event data for when an unhandled error occurred during execution of a workflow task. -
Uses of NodeThrewException in de.xima.fc.workflow.executor
Methods in de.xima.fc.workflow.executor that throw NodeThrewException Modifier and Type Method Description protected INormalCompletionResult
FcChangeFormAvailabilityExecutor. exec()
protected INormalCompletionResult
FcChangeStateExecutor. exec()
protected INormalCompletionResult
FcCompressAsZipExecutor. exec()
protected INormalCompletionResult
FcHttpRequestExecutor. exec()
protected INormalCompletionResult
FcQueueTaskExecutor. exec()
INormalCompletionResult
FcThrowExceptionExecutor. exec()
-
Uses of NodeThrewException in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model with parameters of type NodeThrewException Modifier and Type Method Description static IWorkflowNodeResult
WorkflowNodeResult. throwing(NodeThrewException e)
-