Uses of Class
de.xima.fc.exceptions.AFileListResolutionError
Packages that use AFileListResolutionError
Package
Description
Package für allgemeine Exceptions
-
Uses of AFileListResolutionError in de.xima.fc.exceptions
Subclasses of AFileListResolutionError in de.xima.fc.exceptionsModifier and TypeClassDescriptionstatic class
Abstract class for all errors specific to a resource item.static final class
Exception data class for theEResourceItemResolutionError.ATTACHMENT_QUERY_DOES_NOT_MATCH
error.static final class
Exception data class for theEResourceItemResolutionError.CANNOT_PROCESS_FILE_LIST
error.static final class
Exception data class for theEResourceItemResolutionError.CANNOT_PROCESS_RESOURCE_ITEM
error.static final class
Exception data class for theEResourceItemResolutionError.CLIENT_FILE_DOES_NOT_EXIST
error.static final class
Exception data class for theEResourceItemResolutionError.DATABASE_ERROR
error.static final class
Exception data class for theEResourceItemResolutionError.EXTERNAL_URL_CANNOT_BE_READ
error.static final class
Exception data class for theEResourceItemResolutionError.EXTERNAL_URL_IS_SYNTACTICALLY_INVALID
error.static final class
Exception data class for theEResourceItemResolutionError.FILE_COUNT_REDUCED_TO_ZERO_BY_FILTER_OPTIONS
error.static final class
Exception data class for theEResourceItemResolutionError.FILE_SYSTEM_ERROR
error.static final class
Exception data class for theEResourceItemResolutionError.FORM_FILE_DOES_NOT_EXIST
error.static final class
Exception data class for theEResourceItemResolutionError.NODE_DOES_NOT_EXIST
error.static final class
Exception data class for theEResourceItemResolutionError.NODE_DOES_NOT_PROVIDE_FILES
error.static final class
Exception data class for theEResourceItemResolutionError.NODE_NOT_EXECUTED
error.static final class
Exception data class for theEResourceItemResolutionError.UPLOAD_FIELD_DOES_NOT_EXIST
error.static final class
Exception data class for theEResourceItemResolutionError.UPLOAD_FIELD_DOES_NOT_PROVIDE_FILES
error. -
Uses of AFileListResolutionError in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AFileListResolutionErrorModifier and TypeMethodDescriptionIStandardFileListResolutionErrorCreator.forDatabaseError
(AFileListResolutionError error, boolean softError) Creates the error code and data for when an error occurred during database communication.IStandardFileListResolutionErrorCreator.forFileSystemError
(AFileListResolutionError error, boolean softError) Creates the error code and data for when data could not be read from or written to the file system.IStandardFileListResolutionErrorCreator.forGeneral
(AFileListResolutionError error, boolean softError) Creates the error code and data for when a general error occurred.IStandardFileListResolutionErrorCreator.forNetworkError
(AFileListResolutionError error, boolean softError) Creates the error code and data for when data could not be read from the network.IStandardFileListResolutionErrorCreator.forNoSourceFileFound
(AFileListResolutionError error, boolean softError) Creates the error code and data for when no source file could be found. -
Uses of AFileListResolutionError in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type AFileListResolutionErrorModifier and TypeMethodDescriptionIResourceItemResolutionErrorProviding.getErrors()
default List<AFileListResolutionError>
IResourceItemResolutionErrorProviding.getErrors
(EResourceItemResolutionError type) -
Uses of AFileListResolutionError in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type AFileListResolutionErrorModifier and TypeMethodDescriptionCodeOnlyStandardFileListResolutionErrorCreator.forDatabaseError
(AFileListResolutionError error, boolean softError) CodeOnlyStandardFileListResolutionErrorCreator.forFileSystemError
(AFileListResolutionError error, boolean softError) CodeOnlyStandardFileListResolutionErrorCreator.forGeneral
(AFileListResolutionError error, boolean softError) CodeOnlyStandardFileListResolutionErrorCreator.forNetworkError
(AFileListResolutionError error, boolean softError) CodeOnlyStandardFileListResolutionErrorCreator.forNoSourceFileFound
(AFileListResolutionError error, boolean softError) -
Uses of AFileListResolutionError in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type AFileListResolutionErrorMethods in de.xima.fc.workflow.processor.model with parameters of type AFileListResolutionErrorModifier and TypeMethodDescriptionResolvedResourceItem.Builder.withError
(AFileListResolutionError error)