Package de.xima.fc.exceptions
Class AAttachmentListResolutionError.CannotProcessAttachmentList
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AAttachmentListResolutionError
de.xima.fc.exceptions.AAttachmentListResolutionError.CannotProcessAttachmentList
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AAttachmentListResolutionError
public static final class AAttachmentListResolutionError.CannotProcessAttachmentList
extends AAttachmentListResolutionError
Exception data class for the
EAttachmentItemResolutionError.CANNOT_PROCESS_ATTACHMENT_LIST
error.- 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
Fields inherited from class de.xima.fc.exceptions.AAttachmentListResolutionError
type
-
Constructor Summary
ConstructorsConstructorDescriptionCannotProcessAttachmentList
(String message, Throwable cause, IReferencedAttachmentList attachmentList) -
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
-
Constructor Details
-
CannotProcessAttachmentList
public CannotProcessAttachmentList(String message, Throwable cause, IReferencedAttachmentList attachmentList) - Parameters:
message
- Error message with a short description.cause
- Underlying cause of the error, may benull
.attachmentList
- Attachment list that was resolved. May benull
when the error is not specific to an attachment item.
-
-
Method Details
-
getAttachmentList
- Returns:
- The attachment list that was resolved.
-