Class InvalidQualifiedPathException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidQualifiedPathException
    extends java.lang.RuntimeException
    This exception is used to indicate that the qualified path is not valid for the attempted use. There can be multiple situations: path cannot be parsed, path is not correctly qualified, or the expected part is missing.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidQualifiedPathException

        public InvalidQualifiedPathException​(java.lang.String badPath)
        "Invalid qualified path, cannot parse"
      • InvalidQualifiedPathException

        public InvalidQualifiedPathException​(QualifiedPath path)
        "Invalid path for the operation"
      • InvalidQualifiedPathException

        public InvalidQualifiedPathException​(QualifiedPath path,
                                             java.lang.String desiredId)
        "Invalid path, missing component"