Uses of Class
de.xima.fc.exceptions.NodeThrewException
Packages that use NodeThrewException
Package
Description
Package für allgemeine Exceptions
-
Uses of NodeThrewException in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return NodeThrewException -
Uses of NodeThrewException in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return NodeThrewException -
Uses of NodeThrewException in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return NodeThrewExceptionModifier and TypeMethodDescriptionIWorkflowVariableHandler.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 NodeThrewExceptionModifier and TypeMethodDescriptionvoid
IWorkflowVariableHandler.pushException
(NodeThrewException e) Pushes the given exception to the exception stack, seeIWorkflowVariableHandler.getException(int)
. -
Uses of NodeThrewException in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return types with arguments of type NodeThrewExceptionModifier and TypeMethodDescriptionINodeExecutionParams.standardAttachmentErrorsMultiple
(boolean required) Returns aIResolvedAttachmentListProcessor
that can be used withIResolvedAttachmentList#collectResult
.INodeExecutionParams.standardAttachmentErrorsMultiple
(boolean required, IStandardAttachmentListResolutionErrorCreator errorCreator) Returns aIResolvedAttachmentListProcessor
that can be used withIResolvedAttachmentList#collectResult
.INodeExecutionParams.standardAttachmentErrorsSingle
(boolean required) Returns aIResolvedAttachmentListProcessor
that can be used withIResolvedAttachmentList#collectResult
.INodeExecutionParams.standardAttachmentErrorsSingle
(boolean required, IStandardAttachmentListResolutionErrorCreator errorCreator) Returns aIResolvedAttachmentListProcessor
that can be used withIResolvedAttachmentList#collectResult
.INodeExecutionParams.standardFileErrorsMultiple
(boolean required) Returns aIResolvedFileListProcessor
that can be used withIResolvedFileList#collectResult
.INodeExecutionParams.standardFileErrorsMultiple
(boolean required, IStandardFileListResolutionErrorCreator errorCreator) Returns aIResolvedFileListProcessor
that can be used withIResolvedFileList#collectResult
.INodeExecutionParams.standardFileErrorsSingle
(boolean required) Returns aIResolvedFileListProcessor
that can be used withIResolvedFileList#collectResult
.INodeExecutionParams.standardFileErrorsSingle
(boolean required, IStandardFileListResolutionErrorCreator errorCreator) Returns aIResolvedFileListProcessor
that can be used withIResolvedFileList#collectResult
. -
Uses of NodeThrewException in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return NodeThrewExceptionModifier and TypeMethodDescriptionprotected static NodeThrewException
AEventRunnerTest.assertFailure
(IEventExecutionResult result, WorkflowNode node) protected static NodeThrewException
AEventRunnerTest.getNodeThrewException
(IEventExecutionResult result, WorkflowNode node) Methods in de.xima.fc.ms.test.workflow with parameters of type NodeThrewExceptionModifier and TypeMethodDescriptionprotected 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 NodeThrewExceptionModifier and TypeMethodDescriptionstatic 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 -
Uses of NodeThrewException in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that throw NodeThrewExceptionModifier and TypeMethodDescriptionvoid
StandardErrorAttachmentListProcessor.onAttachmentCountReducedToZeroByFilter
(AAttachmentListResolutionError.AttachmentCountReducedToZeroByFilter error) void
StandardErrorAttachmentListProcessor.onAttachmentQueryDoesNotMatch
(AAttachmentListResolutionError.AttachmentQueryDoesNotMatch error) void
StandardErrorFileListProcessor.onAttachmentQueryDoesNotMatch
(AFileListResolutionError.AttachmentQueryDoesNotMatch error) void
StandardErrorAttachmentListProcessor.onCannotProcessAttachmentItem
(AAttachmentListResolutionError.CannotProcessAttachmentItem error) void
StandardErrorAttachmentListProcessor.onCannotProcessAttachmentList
(AAttachmentListResolutionError.CannotProcessAttachmentList error) void
StandardErrorFileListProcessor.onCannotProcessFileList
(AFileListResolutionError.CannotProcessFileList error) void
StandardErrorFileListProcessor.onCannotProcessResourceItem
(AFileListResolutionError.CannotProcessResourceItem error) void
StandardErrorFileListProcessor.onClientFileDoesNotExist
(AFileListResolutionError.ClientFileDoesNotExist error) void
StandardErrorAttachmentListProcessor.onDatabaseError
(AAttachmentListResolutionError.DatabaseError error) void
StandardErrorFileListProcessor.onDatabaseError
(AFileListResolutionError.DatabaseError error) void
StandardErrorFileListProcessor.onExternalUrlCannotBeRead
(AFileListResolutionError.ExternalUrlCannotBeRead error) void
StandardErrorFileListProcessor.onExternalUrlIsSyntacticallyInvalid
(AFileListResolutionError.ExternalUrlIsSyntacticallyInvalid error) void
StandardErrorFileListProcessor.onFileCountReducedToZeroByFilter
(AFileListResolutionError.FileCountReducedToZeroByFilter error) void
StandardErrorAttachmentListProcessor.onFileSystemError
(AAttachmentListResolutionError.FileSystemError error) void
StandardErrorFileListProcessor.onFileSystemError
(AFileListResolutionError.FileSystemError error) void
StandardErrorFileListProcessor.onFormFileDoesNotExist
(AFileListResolutionError.FormFileDoesNotExist error) void
StandardErrorAttachmentListProcessor.onNodeDoesNotExist
(AAttachmentListResolutionError.NodeDoesNotExist error) void
StandardErrorFileListProcessor.onNodeDoesNotExist
(AFileListResolutionError.NodeDoesNotExist error) void
StandardErrorAttachmentListProcessor.onNodeDoesNotProvideAttachments
(AAttachmentListResolutionError.NodeDoesNotProvideAttachments error) void
StandardErrorFileListProcessor.onNodeDoesNotProvideFiles
(AFileListResolutionError.NodeDoesNotProvideFiles error) void
StandardErrorAttachmentListProcessor.onNodeNotExecuted
(AAttachmentListResolutionError.NodeNotExecuted error) void
StandardErrorFileListProcessor.onNodeNotExecuted
(AFileListResolutionError.NodeNotExecuted error) void
StandardErrorAttachmentListProcessor.onResolvedAttachmentListEmpty()
void
StandardErrorFileListProcessor.onResolvedFileListEmpty()
void
StandardErrorAttachmentListProcessor.onUploadFieldDoesNotExist
(AAttachmentListResolutionError.UploadFieldDoesNotExist error) void
StandardErrorFileListProcessor.onUploadFieldDoesNotExist
(AFileListResolutionError.UploadFieldDoesNotExist error) void
StandardErrorAttachmentListProcessor.onUploadFieldDoesNotProvideAttachments
(AAttachmentListResolutionError.UploadFieldDoesNotProvideAttachments error) void
StandardErrorFileListProcessor.onUploadFieldDoesNotProvideFiles
(AFileListResolutionError.UploadFieldDoesNotProvideFiles error) -
Uses of NodeThrewException in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model with parameters of type NodeThrewExceptionModifier and TypeMethodDescriptionstatic IWorkflowNodeResult
WorkflowNodeResult.throwing
(NodeThrewException e)