Class NoBindingSetSelectedException

    • Constructor Summary

      Constructors 
      Constructor Description
      NoBindingSetSelectedException​(java.net.URI uri)
      Constructs a new instance of this class with a detail message that contains the URI for which there was no BindingSet selected.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URI uri()
      Returns the URI for which there was no BindingSet selected.
      • 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

      • NoBindingSetSelectedException

        public NoBindingSetSelectedException​(java.net.URI uri)
        Constructs a new instance of this class with a detail message that contains the URI for which there was no BindingSet selected.
        Parameters:
        uri - The URI for which there was no BindingSet selected.
    • Method Detail

      • uri

        public java.net.URI uri()
        Returns the URI for which there was no BindingSet selected.
        Returns:
        The URI.