Uses of Class
de.xima.fc.exceptions.AFileListResolutionError.NodeDoesNotExist
Packages that use AFileListResolutionError.NodeDoesNotExist
Package
Description
-
Uses of AFileListResolutionError.NodeDoesNotExist in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AFileListResolutionError.NodeDoesNotExistModifier and TypeMethodDescriptionvoid
IResolvedFileListProcessor.onNodeDoesNotExist
(AFileListResolutionError.NodeDoesNotExist error) Callback for handling an error of typeEResourceItemResolutionError.NODE_DOES_NOT_EXIST
. -
Uses of AFileListResolutionError.NodeDoesNotExist in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type AFileListResolutionError.NodeDoesNotExistModifier and TypeMethodDescriptionIResourceItemResolutionErrorProviding.getErrorsNodeDoesNotExist()
-
Uses of AFileListResolutionError.NodeDoesNotExist in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type AFileListResolutionError.NodeDoesNotExistModifier and TypeMethodDescriptionvoid
BaseResolvedFileListProcessor.onNodeDoesNotExist
(AFileListResolutionError.NodeDoesNotExist error) void
StandardErrorFileListProcessor.onNodeDoesNotExist
(AFileListResolutionError.NodeDoesNotExist error)