Class AAttachmentListResolutionError.NodeDoesNotExist

All Implemented Interfaces:
Serializable
Enclosing class:
AAttachmentListResolutionError

public static final class AAttachmentListResolutionError.NodeDoesNotExist extends AAttachmentListResolutionError.AAttachmentItemResolutionError
Exception data class for the EAttachmentItemResolutionError.NODE_DOES_NOT_EXIST error.
Since:
8.1.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • NodeDoesNotExist

      public NodeDoesNotExist(AttachmentItem item, NodeKey nodeKey)
      Parameters:
      item - Item that was resolved.
      nodeKey - Value returned by getNodeKey().
  • Method Details

    • getNodeKey

      public NodeKey getNodeKey()
      Returns:
      The key of the referenced node.