Class ResourceException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URI getLocation()
      Returns the location of the resource, if known.
      • 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

      • ResourceException

        public ResourceException()
      • ResourceException

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

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

        public ResourceException​(java.net.URI location,
                                 java.lang.String message)
      • ResourceException

        public ResourceException​(java.net.URI location,
                                 java.lang.String message,
                                 java.lang.Throwable cause)
    • Method Detail

      • getLocation

        @Nullable
        public java.net.URI getLocation()
        Returns the location of the resource, if known.
        Returns:
        The location, or null if not known.