Class 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:
    Serialized Form
    • Constructor Detail

      • AspectMissingException

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

      • getMissingAspect

        public QName getMissingAspect()
      • getNodeRef

        public NodeRef getNodeRef()