Package org.eclipse.lemminx.uriresolver
Class CacheResourceDownloadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.lemminx.uriresolver.CacheResourceException
org.eclipse.lemminx.uriresolver.CacheResourceDownloadingException
- All Implemented Interfaces:
Serializable
Exception thrown when a resource (XML Schema, DTD) is downloading.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionCacheResourceDownloadingException(String resourceURI, Path resourceCachePath, CacheResourceDownloadingException.CacheResourceDownloadingError errorCode, CompletableFuture<Path> future, Throwable e) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.eclipse.lemminx.uriresolver.CacheResourceException
getResourceURI, isDTDMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheResourceDownloadingException
public CacheResourceDownloadingException(String resourceURI, Path resourceCachePath, CacheResourceDownloadingException.CacheResourceDownloadingError errorCode, CompletableFuture<Path> future, Throwable e)
-
-
Method Details
-
getErrorCode
-
getFuture
-