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
public abstract class AAttachmentListResolutionError extends Exception
Exception class for the various kinds ofEAttachmentItemResolutionError
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:
- Serialized Form
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected EAttachmentItemResolutionError
type
-
Constructor Summary
Constructors Modifier Constructor Description protected
AAttachmentListResolutionError(EAttachmentItemResolutionError type, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EAttachmentItemResolutionError
getType()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
type
protected final EAttachmentItemResolutionError type
-
-
Constructor Detail
-
AAttachmentListResolutionError
protected AAttachmentListResolutionError(EAttachmentItemResolutionError type, String message, Throwable cause)
-
-
Method Detail
-
getType
public final EAttachmentItemResolutionError getType()
- Returns:
- The type of attachment resolution error.
-
-