Class NoSuchDocumentPathException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchDocumentPathException
    extends DocumentException
    An exception to be thrown when an invalid path is passed to the DocumentTree.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchDocumentPathException

        public NoSuchDocumentPathException()
      • NoSuchDocumentPathException

        public NoSuchDocumentPathException​(java.lang.String message)
      • NoSuchDocumentPathException

        public NoSuchDocumentPathException​(java.lang.String message,
                                           java.lang.Throwable cause)
      • NoSuchDocumentPathException

        public NoSuchDocumentPathException​(java.lang.Throwable cause)