Uses of Class
de.xima.fc.exceptions.NodeThrewException
-
-
Uses of NodeThrewException in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return NodeThrewException Modifier and Type Method Description NodeThrewException
NodeThrewException.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 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
IWorkflowExecutor. pushException(NodeThrewException exception)
Pushes the given exception to the exception stack, seeIWorkflowVariableHandler.getException(int)
.void
IWorkflowVariableHandler. pushException(NodeThrewException e)
Deprecated. -
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 NodeThrewException
AEventRunnerTest. assertFailure(IEventExecutionResult result, WorkflowNode node)
protected static NodeThrewException
AEventRunnerTest. assertFailure(IEventExecutionResult result, WorkflowNode node, int... indices)
protected static NodeThrewException
AEventRunnerTest. getNodeThrewException(IEventExecutionResult result, WorkflowNode node)
protected static NodeThrewException
AEventRunnerTest. getNodeThrewException(IEventExecutionResult result, WorkflowNode node, int... indices)
Methods in de.xima.fc.ms.test.workflow with parameters of type NodeThrewException Modifier and Type Method Description protected static String
AEventRunnerTest. getNodeErrorMessage(NodeThrewException error)
protected static Object
AEventRunnerTest. getNodeErrorResultAtPath(NodeThrewException result, String path)
protected static <T> T
AEventRunnerTest. getNodeErrorResultAtPath(NodeThrewException result, String path, Class<T> type)
protected static Object
AEventRunnerTest. getNodeErrorResultValue(NodeThrewException nodeThrewException)
protected static String
AEventRunnerTest. 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 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 INormalCompletionResult
FcChangeFormAvailabilityExecutor. execute()
INormalCompletionResult
FcChangeStateExecutor. execute()
INormalCompletionResult
FcCompressAsZipExecutor. execute()
INormalCompletionResult
FcHttpRequestExecutor. execute()
INormalCompletionResult
FcLogEntryExecutor. execute()
INormalCompletionResult
FcQueueTaskExecutor. execute()
INormalCompletionResult
FcSendFormRecordMessageExecutor. execute()
INormalCompletionResult
FcThrowExceptionExecutor. execute()
-
Uses of NodeThrewException in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that throw NodeThrewException Modifier and Type Method Description static ItemList<?>
FcForEachLoopItemListAttachments. evaluate(INodeExecutionParams<?> params, ListItemSourcePropsAttachments sourceProps)
Resolves an item list for the for-each loop of typeATTACHMENTS
.static ItemList<?>
FcForEachLoopItemListCsvRows. evaluate(INodeExecutionParams<?> params, ListItemSourcePropsRowsOfCharacterSeparatedValues sourceProps)
Resolves an item list for the for-each loop of typeROWS_OF_CHARACTER_SEPARATED_VALUES
.static ItemList<?>
FcForEachLoopItemListFiles. evaluate(INodeExecutionParams<?> params, ListItemSourcePropsFiles sourceProps)
Resolves an item list for the for-each loop of typeFILES
. -
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 IWorkflowNodeResult
WorkflowNodeResult. throwing(NodeThrewException e)
-