Package de.xima.fc.exceptions
Class AFileListResolutionError.FormFileDoesNotExist
- 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.FormFileDoesNotExist
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AFileListResolutionError
public static final class AFileListResolutionError.FormFileDoesNotExist extends AFileListResolutionError.AResourceItemResolutionError
Exception data class for theEResourceItemResolutionError.FORM_FILE_DOES_NOT_EXIST
error.- Since:
- 7.1.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.UploadFieldDoesNotExist, AFileListResolutionError.UploadFieldDoesNotProvideFiles
-
-
Field Summary
-
Fields inherited from class de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionError
item
-
Fields inherited from class de.xima.fc.exceptions.AFileListResolutionError
type
-
-
Constructor Summary
Constructors Constructor Description FormFileDoesNotExist(ResourceItem item, UUID formFileUuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getFormFileUuid()
-
Methods inherited from class de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionError
getResourceItem
-
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
-
-
-
-
Constructor Detail
-
FormFileDoesNotExist
public FormFileDoesNotExist(ResourceItem item, UUID formFileUuid)
- Parameters:
item
- Item that was resolved.formFileUuid
- Value returned bygetFormFileUuid()
.
-
-
Method Detail
-
getFormFileUuid
public UUID getFormFileUuid()
- Returns:
- The UUID of the referenced client file.
-
-