Package de.xima.fc.exceptions
Class AFileListResolutionError.ClientFileDoesNotExist
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AFileListResolutionError
de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionError
de.xima.fc.exceptions.AFileListResolutionError.ClientFileDoesNotExist
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - AFileListResolutionError
 
public static final class AFileListResolutionError.ClientFileDoesNotExist
extends AFileListResolutionError.AResourceItemResolutionError
Exception data class for the 
EResourceItemResolutionError.CLIENT_FILE_DOES_NOT_EXIST error.- 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
Fields inherited from class de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionError
itemFields inherited from class de.xima.fc.exceptions.AFileListResolutionError
type - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionError
getResourceItemMethods 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 
- 
Constructor Details
- 
ClientFileDoesNotExist
- Parameters:
 item- Item that was resolved.clientFileUuid- Value returned bygetClientFileUuid().
 
 - 
 - 
Method Details
- 
getClientFileUuid
- Returns:
 - The UUID of the referenced client file.
 
 
 -