Uses of Class
de.xima.fc.exceptions.NodeThrewException
- 
Packages that use NodeThrewException Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.event de.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.params de.xima.fc.ms.test.workflow de.xima.fc.workflow.event de.xima.fc.workflow.executor de.xima.fc.workflow.processor.logic.execution de.xima.fc.workflow.processor.model  - 
- 
Uses of NodeThrewException in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return NodeThrewException Modifier and Type Method Description NodeThrewExceptionNodeThrewException.Builder. build() - 
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 NodeThrewExceptionIUnhandledExceptionEventData. 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 NodeThrewExceptionIWorkflowVariableHandler. getException(int index)Returns the exception at the given index in the exception stack.default NodeThrewExceptionIWorkflowNodeResult. getThrowingException()Methods in de.xima.fc.interfaces.workflow.execution with parameters of type NodeThrewException Modifier and Type Method Description voidIWorkflowVariableHandler. pushException(NodeThrewException e)Pushes the given exception to the exception stack, seeIWorkflowVariableHandler.getException(int). - 
Uses of NodeThrewException in de.xima.fc.interfaces.workflow.params
 - 
Uses of NodeThrewException in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return NodeThrewException Modifier and Type Method Description protected static NodeThrewExceptionAEventRunnerTest. assertFailure(IEventExecutionResult result, WorkflowNode node)protected static NodeThrewExceptionAEventRunnerTest. getNodeThrewException(IEventExecutionResult result, WorkflowNode node)Methods in de.xima.fc.ms.test.workflow with parameters of type NodeThrewException Modifier and Type Method Description protected static StringAEventRunnerTest. getNodeErrorMessage(NodeThrewException error)protected static ObjectAEventRunnerTest. getNodeErrorResultAtPath(NodeThrewException result, String path)protected static <T> TAEventRunnerTest. getNodeErrorResultAtPath(NodeThrewException result, String path, Class<T> type)protected static ObjectAEventRunnerTest. getNodeErrorResultValue(NodeThrewException nodeThrewException)protected static StringAEventRunnerTest. getNodeErrorType(NodeThrewException error) - 
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 IUnhandledExceptionEventDataWorkflowEventDataFactory. 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 INormalCompletionResultFcChangeFormAvailabilityExecutor. execute()INormalCompletionResultFcChangeStateExecutor. execute()INormalCompletionResultFcCompressAsZipExecutor. execute()INormalCompletionResultFcHttpRequestExecutor. execute()INormalCompletionResultFcLogEntryExecutor. execute()INormalCompletionResultFcQueueTaskExecutor. execute()INormalCompletionResultFcThrowExceptionExecutor. execute() - 
Uses of NodeThrewException in de.xima.fc.workflow.processor.logic.execution
 - 
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 IWorkflowNodeResultWorkflowNodeResult. throwing(NodeThrewException e) 
 -