public abstract class CacheResourceException extends RuntimeException
Constructor and Description |
---|
CacheResourceException(String resourceURI,
String message) |
CacheResourceException(String resourceURI,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getResourceURI()
Returns the resource URI which is downloading.
|
boolean |
isDTD()
Returns true if it's a DTD which causes the exception and false otherwise.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getResourceURI()
public boolean isDTD()
Copyright © 2022. All rights reserved.