Class InvalidPathException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPathException
    extends RuntimeException
    Indicates a PairTree path ("ppath" or "relative path") that is not correctly formed, and cannot be converted to an object ID.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPathException

        public InvalidPathException()
      • InvalidPathException

        public InvalidPathException​(String message)
      • InvalidPathException

        public InvalidPathException​(Throwable cause)
      • InvalidPathException

        public InvalidPathException​(String message,
                                    Throwable cause)