Class AspectMissingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.service.cmr.repository.AspectMissingException
All Implemented Interfaces:
Serializable

@AlfrescoPublicApi public class AspectMissingException extends RuntimeException
Used to indicate that an aspect is missing from a node.
Author:
Roy Wetherall
See Also:
  • Constructor Details

    • AspectMissingException

      public AspectMissingException(QName missingAspect, NodeRef nodeRef)
      Constructor
  • Method Details

    • getMissingAspect

      public QName getMissingAspect()
    • getNodeRef

      public NodeRef getNodeRef()