Class AFileListResolutionError.FormFileDoesNotExist

All Implemented Interfaces:
Serializable
Enclosing class:
AFileListResolutionError

public static final class AFileListResolutionError.FormFileDoesNotExist extends AFileListResolutionError.AResourceItemResolutionError
Exception data class for the EResourceItemResolutionError.FORM_FILE_DOES_NOT_EXIST error.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FormFileDoesNotExist

      public FormFileDoesNotExist(ResourceItem item, UUID formFileUuid)
      Parameters:
      item - Item that was resolved.
      formFileUuid - Value returned by getFormFileUuid().
  • Method Details

    • getFormFileUuid

      public UUID getFormFileUuid()
      Returns:
      The UUID of the referenced client file.