Class AFileListResolutionError.CannotProcessFileList

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AFileListResolutionError
de.xima.fc.exceptions.AFileListResolutionError.CannotProcessFileList
All Implemented Interfaces:
Serializable
Enclosing class:
AFileListResolutionError

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

    • CannotProcessFileList

      public CannotProcessFileList(String message, Throwable cause, IReferencedFileList fileList)
      Parameters:
      message - Error message with a short description.
      cause - Underlying cause of the error, may be null.
      fileList - File list that was resolved. May be null when the error is not specific to a resource item.
  • Method Details

    • getFileList

      public IReferencedFileList getFileList()
      Returns:
      The file list that was resolved.