Class CacheResourceException

    • Constructor Detail

      • CacheResourceException

        public CacheResourceException​(String resourceURI,
                                      String message)
      • CacheResourceException

        public CacheResourceException​(String resourceURI,
                                      String message,
                                      Throwable cause)
    • Method Detail

      • getResourceURI

        public String getResourceURI()
        Returns the resource URI which is downloading.
        Returns:
        the resource URI which is downloading.
      • isDTD

        public boolean isDTD()
        Returns true if it's a DTD which causes the exception and false otherwise.
        Returns:
        true if it's a DTD which causes the exception and false otherwise.