Package de.xima.fc.exceptions
Class AFileListResolutionError.NodeDoesNotExist
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.NodeDoesNotExist
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AFileListResolutionError
public static final class AFileListResolutionError.NodeDoesNotExist
extends AFileListResolutionError.AResourceItemResolutionError
Exception data class for the 
EResourceItemResolutionError.NODE_DOES_NOT_EXIST error.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- 
Nested Class SummaryNested 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.UploadFieldDoesNotExist, AFileListResolutionError.UploadFieldDoesNotProvideFiles
- 
Field SummaryFields inherited from class de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionErroritemFields inherited from class de.xima.fc.exceptions.AFileListResolutionErrortype
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionErrorgetResourceItemMethods inherited from class de.xima.fc.exceptions.AFileListResolutionErrorgetTypeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NodeDoesNotExist- Parameters:
- item- Item that was resolved.
- nodeKey- Value returned by- getNodeKey().
 
 
- 
- 
Method Details- 
getNodeKey- Returns:
- The key of the referenced node.
 
 
-