Package de.xima.fc.exceptions
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 theEResourceItemResolutionError.CANNOT_PROCESS_FILE_LIST
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
type
-
-
Constructor Summary
Constructors Constructor Description CannotProcessFileList(String message, Throwable cause, IReferencedFileList fileList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IReferencedFileList
getFileList()
-
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
-
CannotProcessFileList
public CannotProcessFileList(String message, Throwable cause, IReferencedFileList fileList)
- Parameters:
message
- Error message with a short description.cause
- Underlying cause of the error, may benull
.fileList
- File list that was resolved. May benull
when the error is not specific to a resource item.
-
-
Method Detail
-
getFileList
public IReferencedFileList getFileList()
- Returns:
- The file list that was resolved.
-
-