Class DfPathNotFoundException

All Implemented Interfaces:
IDfException, Serializable

public class DfPathNotFoundException 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

    • DfPathNotFoundException

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

      public DfPathNotFoundException(String path, String objectTypeDescription)
      Constructs a new instance.
      Parameters:
      path - the path 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

    • getPath

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