Package de.xima.fc.exceptions
Class AFileListResolutionError.AResourceItemResolutionError
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- de.xima.fc.exceptions.AFileListResolutionError
 - 
- de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionError
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AFileListResolutionError.AttachmentQueryDoesNotMatch,AFileListResolutionError.CannotProcessResourceItem,AFileListResolutionError.ClientFileDoesNotExist,AFileListResolutionError.DatabaseError,AFileListResolutionError.ExternalUrlCannotBeRead,AFileListResolutionError.ExternalUrlIsSyntacticallyInvalid,AFileListResolutionError.FileCountReducedToZeroByFilter,AFileListResolutionError.FileSystemError,AFileListResolutionError.FormFileDoesNotExist,AFileListResolutionError.NodeDoesNotExist,AFileListResolutionError.NodeDoesNotProvideFiles,AFileListResolutionError.NodeNotExecuted,AFileListResolutionError.TriggerDoesNotExist,AFileListResolutionError.TriggerDoesNotProvideFiles,AFileListResolutionError.TriggerNotFired,AFileListResolutionError.UploadFieldDoesNotExist,AFileListResolutionError.UploadFieldDoesNotProvideFiles
- Enclosing class:
 - AFileListResolutionError
 
public abstract static class AFileListResolutionError.AResourceItemResolutionError extends AFileListResolutionError
Abstract class for all errors specific to a resource item.- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class de.xima.fc.exceptions.AFileListResolutionError
AFileListResolutionError.AResourceItemResolutionError, AFileListResolutionError.AttachmentQueryDoesNotMatch, AFileListResolutionError.CannotProcessFileList, AFileListResolutionError.CannotProcessResourceItem, AFileListResolutionError.ClientFileDoesNotExist, AFileListResolutionError.DatabaseError, AFileListResolutionError.ExternalUrlCannotBeRead, AFileListResolutionError.ExternalUrlIsSyntacticallyInvalid, AFileListResolutionError.FileCountReducedToZeroByFilter, AFileListResolutionError.FileSystemError, AFileListResolutionError.FormFileDoesNotExist, AFileListResolutionError.NodeDoesNotExist, AFileListResolutionError.NodeDoesNotProvideFiles, AFileListResolutionError.NodeNotExecuted, AFileListResolutionError.TriggerDoesNotExist, AFileListResolutionError.TriggerDoesNotProvideFiles, AFileListResolutionError.TriggerNotFired, AFileListResolutionError.UploadFieldDoesNotExist, AFileListResolutionError.UploadFieldDoesNotProvideFiles 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description protected ResourceItemitem- 
Fields inherited from class de.xima.fc.exceptions.AFileListResolutionError
type 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAResourceItemResolutionError(EResourceItemResolutionError type, String message, Throwable cause, ResourceItem item) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceItemgetResourceItem()- 
Methods inherited from class de.xima.fc.exceptions.AFileListResolutionError
getType 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
item
protected final ResourceItem item
 
 - 
 
- 
Constructor Detail
- 
AResourceItemResolutionError
protected AResourceItemResolutionError(EResourceItemResolutionError type, String message, Throwable cause, ResourceItem item)
 
 - 
 
- 
Method Detail
- 
getResourceItem
public ResourceItem getResourceItem()
- Returns:
 - The resource item that was resolved.
 
 
 - 
 
 -