Class 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:
  • Constructor Details

    • NodeDoesNotExist

      public NodeDoesNotExist(ResourceItem 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.