Package de.xima.fc.exceptions
Class AFileListResolutionError.TriggerDoesNotProvideFiles
- 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.TriggerDoesNotProvideFiles
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- AFileListResolutionError
 
 public static final class AFileListResolutionError.TriggerDoesNotProvideFiles extends AFileListResolutionError.AResourceItemResolutionError Exception data class for theEResourceItemResolutionError.TRIGGER_DOES_NOT_PROVIDE_FILESerror.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class de.xima.fc.exceptions.AFileListResolutionErrorAFileListResolutionError.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.TriggerDoesNotExist, AFileListResolutionError.TriggerDoesNotProvideFiles, AFileListResolutionError.TriggerNotFired, AFileListResolutionError.UploadFieldDoesNotExist, AFileListResolutionError.UploadFieldDoesNotProvideFiles
 
- 
 - 
Field Summary- 
Fields inherited from class de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionErroritem
 - 
Fields inherited from class de.xima.fc.exceptions.AFileListResolutionErrortype
 
- 
 - 
Constructor SummaryConstructors Constructor Description TriggerDoesNotProvideFiles(ResourceItem item, WorkflowTrigger trigger, String fileKey)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileKey()WorkflowTriggergetTrigger()- 
Methods inherited from class de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionErrorgetResourceItem
 - 
Methods inherited from class de.xima.fc.exceptions.AFileListResolutionErrorgetType
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
TriggerDoesNotProvideFilespublic TriggerDoesNotProvideFiles(ResourceItem item, WorkflowTrigger trigger, String fileKey) - Parameters:
- item- Item that was resolved.
- trigger- Value returned by- getTrigger().
- fileKey- Value returned by- getFileKey().
 
 
- 
 - 
Method Detail- 
getFileKeypublic String getFileKey() - Returns:
- The referenced file key.
 
 - 
getTriggerpublic WorkflowTrigger getTrigger() - Returns:
- The referenced trigger.
 
 
- 
 
-