Package de.xima.fc.exceptions
Class AAttachmentListResolutionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AAttachmentListResolutionError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AAttachmentListResolutionError.AAttachmentItemResolutionError
,AAttachmentListResolutionError.CannotProcessAttachmentList
Exception class for the various kinds of
EAttachmentItemResolutionError
s with additional data. This should be
considered a sealed class and not be extended by third party classes.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Abstract class for all errors specific to an attachment item.static final class
Exception data class for theEAttachmentItemResolutionError.ATTACHMENT_COUNT_REDUCED_TO_ZERO_BY_FILTER_OPTIONS
error.static final class
Exception data class for theEAttachmentItemResolutionError.ATTACHMENT_QUERY_DOES_NOT_MATCH
error.static final class
Exception data class for theEAttachmentItemResolutionError.CANNOT_PROCESS_ATTACHMENT_ITEM
error.static final class
Exception data class for theEAttachmentItemResolutionError.CANNOT_PROCESS_ATTACHMENT_LIST
error.static final class
Exception data class for theEAttachmentItemResolutionError.DATABASE_ERROR
error.static final class
Exception data class for theEAttachmentItemResolutionError.FILE_SYSTEM_ERROR
error.static final class
Exception data class for theEAttachmentItemResolutionError.NODE_DOES_NOT_EXIST
error.static final class
Exception data class for theEAttachmentItemResolutionError.NODE_DOES_NOT_PROVIDE_ATTACHMENTS
error.static final class
Exception data class for theEAttachmentItemResolutionError.NODE_NOT_EXECUTED
error.static final class
Exception data class for theEAttachmentItemResolutionError.UPLOAD_FIELD_DOES_NOT_EXIST
error.static final class
Exception data class for theEAttachmentItemResolutionError.UPLOAD_FIELD_DOES_NOT_PROVIDE_ATTACHMENTS
error. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AAttachmentListResolutionError
(EAttachmentItemResolutionError 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
-
AAttachmentListResolutionError
protected AAttachmentListResolutionError(EAttachmentItemResolutionError type, String message, Throwable cause)
-
-
Method Details
-
getType
- Returns:
- The type of attachment resolution error.
-