Package | Description |
---|---|
org.eclipse.lemminx.uriresolver |
Modifier and Type | Method and Description |
---|---|
CacheResourceDownloadingException.CacheResourceDownloadingError |
CacheResourceDownloadingException.getErrorCode() |
static CacheResourceDownloadingException.CacheResourceDownloadingError |
CacheResourceDownloadingException.CacheResourceDownloadingError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheResourceDownloadingException.CacheResourceDownloadingError[] |
CacheResourceDownloadingException.CacheResourceDownloadingError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CacheResourceDownloadingException(String resourceURI,
Path resourceCachePath,
CacheResourceDownloadingException.CacheResourceDownloadingError errorCode,
CompletableFuture<Path> future,
Throwable e) |
Copyright © 2022. All rights reserved.