Package de.xima.fc.exceptions
Class AAttachmentListResolutionError.AAttachmentItemResolutionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AAttachmentListResolutionError
de.xima.fc.exceptions.AAttachmentListResolutionError.AAttachmentItemResolutionError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AAttachmentListResolutionError.AttachmentCountReducedToZeroByFilter
,AAttachmentListResolutionError.AttachmentQueryDoesNotMatch
,AAttachmentListResolutionError.CannotProcessAttachmentItem
,AAttachmentListResolutionError.DatabaseError
,AAttachmentListResolutionError.FileSystemError
,AAttachmentListResolutionError.NodeDoesNotExist
,AAttachmentListResolutionError.NodeDoesNotProvideAttachments
,AAttachmentListResolutionError.NodeNotExecuted
,AAttachmentListResolutionError.UploadFieldDoesNotExist
,AAttachmentListResolutionError.UploadFieldDoesNotProvideAttachments
- Enclosing class:
- AAttachmentListResolutionError
public abstract static class AAttachmentListResolutionError.AAttachmentItemResolutionError
extends AAttachmentListResolutionError
Abstract class for all errors specific to an attachment item.
- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.xima.fc.exceptions.AAttachmentListResolutionError
AAttachmentListResolutionError.AAttachmentItemResolutionError, AAttachmentListResolutionError.AttachmentCountReducedToZeroByFilter, AAttachmentListResolutionError.AttachmentQueryDoesNotMatch, AAttachmentListResolutionError.CannotProcessAttachmentItem, AAttachmentListResolutionError.CannotProcessAttachmentList, AAttachmentListResolutionError.DatabaseError, AAttachmentListResolutionError.FileSystemError, AAttachmentListResolutionError.NodeDoesNotExist, AAttachmentListResolutionError.NodeDoesNotProvideAttachments, AAttachmentListResolutionError.NodeNotExecuted, AAttachmentListResolutionError.UploadFieldDoesNotExist, AAttachmentListResolutionError.UploadFieldDoesNotProvideAttachments
-
Field Summary
FieldsFields inherited from class de.xima.fc.exceptions.AAttachmentListResolutionError
type
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AAttachmentItemResolutionError
(EAttachmentItemResolutionError type, String message, Throwable cause, AttachmentItem item) -
Method Summary
Methods inherited from class de.xima.fc.exceptions.AAttachmentListResolutionError
getType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
item
-
-
Constructor Details
-
AAttachmentItemResolutionError
protected AAttachmentItemResolutionError(EAttachmentItemResolutionError type, String message, Throwable cause, AttachmentItem item)
-
-
Method Details
-
getAttachmentItem
- Returns:
- The attachment item that was resolved.
-