Package de.xima.fc.exceptions
Class AFileListResolutionError.AttachmentQueryDoesNotMatch
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.AttachmentQueryDoesNotMatch
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AFileListResolutionError
public static final class AFileListResolutionError.AttachmentQueryDoesNotMatch
extends AFileListResolutionError.AResourceItemResolutionError
Exception data class for the
EResourceItemResolutionError.ATTACHMENT_QUERY_DOES_NOT_MATCH
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
item
Fields inherited from class de.xima.fc.exceptions.AFileListResolutionError
type
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentQueryDoesNotMatch
(ResourceItem item, String searchPattern, Collection<EAttachmentSource> sources) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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 Details
-
AttachmentQueryDoesNotMatch
public AttachmentQueryDoesNotMatch(ResourceItem item, String searchPattern, Collection<EAttachmentSource> sources) - Parameters:
item
- Item that was resolved.searchPattern
- Value returned bygetSearchPattern()
.sources
- Value returned bygetSources()
.
-
-
Method Details
-
getSearchPattern
- Returns:
- The search pattern for the attachment search.
-
getSources
- Returns:
- The allowed attachment sources.
-