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.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:
 
- 
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.UploadFieldDoesNotExist, AFileListResolutionError.UploadFieldDoesNotProvideFiles - 
Field Summary
FieldsFields inherited from class de.xima.fc.exceptions.AFileListResolutionError
type - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAResourceItemResolutionError(EResourceItemResolutionError type, String message, Throwable cause, ResourceItem item)  - 
Method Summary
Methods inherited from class de.xima.fc.exceptions.AFileListResolutionError
getTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
item
 
 - 
 - 
Constructor Details
- 
AResourceItemResolutionError
protected AResourceItemResolutionError(EResourceItemResolutionError type, String message, Throwable cause, ResourceItem item)  
 - 
 - 
Method Details
- 
getResourceItem
- Returns:
 - The resource item that was resolved.
 
 
 -