Package org.eclipse.lemminx.uriresolver
Class CacheResourceDownloadedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.lemminx.uriresolver.CacheResourceException
org.eclipse.lemminx.uriresolver.CacheResourceDownloadedException
- All Implemented Interfaces:
Serializable
Exception thrown when a resource (XML Schema, DTD) has error while
downloading.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionCacheResourceDownloadedException(String resourceURI, Path resourceCachePath, String cause, Throwable e) CacheResourceDownloadedException(String resourceURI, Path resourceCachePath, String cause, CacheResourceDownloadedException.CacheResourceDownloadedError errorCode, 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
-
CacheResourceDownloadedException
-
CacheResourceDownloadedException
public CacheResourceDownloadedException(String resourceURI, Path resourceCachePath, String cause, CacheResourceDownloadedException.CacheResourceDownloadedError errorCode, Throwable e)
-
-
Method Details
-
getErrorCode
-