Package de.xima.fc.exceptions
Class AFileListResolutionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AFileListResolutionError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AFileListResolutionError.AResourceItemResolutionError
,AFileListResolutionError.CannotProcessFileList
Exception class for the various kinds of
EResourceItemResolutionError
s with additional data. This should be
considered a sealed class and not be extended by third party classes.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesModifier 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. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AFileListResolutionError
(EResourceItemResolutionError type, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
type
-
-
Constructor Details
-
AFileListResolutionError
protected AFileListResolutionError(EResourceItemResolutionError type, String message, Throwable cause)
-
-
Method Details
-
getType
- Returns:
- The type of file resolution error.
-