Class DfNameNotFoundException

All Implemented Interfaces:
IDfException, Serializable

public class DfNameNotFoundException extends DfObjectNotFoundException
Thrown when a requested Docbase object can not be found.

This is a variation of DfObjectNotFoundException that is used then the object is specified by a path string.

See Also:
  • Constructor Details

    • DfNameNotFoundException

      public DfNameNotFoundException(String name)
      Constructs a new instance.
      Parameters:
      name - the name of the object that could not be found
    • DfNameNotFoundException

      public DfNameNotFoundException(String name, String objectTypeDescription)
      Constructs a new instance.
      Parameters:
      name - the name of the object that could not be found
      objectTypeDescription - a human readable description of the type of object that could not be found. It might be something like "Document" or "Folder" or "Workflow".
  • Method Details

    • getName

      public final String getName()
      Gets the name for the object that could not be found.
      Returns:
      the name for the object that could not be found.