Uses of Class
org.eclipse.lemminx.uriresolver.CacheResourceDownloadingException.CacheResourceDownloadingError
-
Packages that use CacheResourceDownloadingException.CacheResourceDownloadingError Package Description org.eclipse.lemminx.uriresolver -
-
Uses of CacheResourceDownloadingException.CacheResourceDownloadingError in org.eclipse.lemminx.uriresolver
Methods in org.eclipse.lemminx.uriresolver that return CacheResourceDownloadingException.CacheResourceDownloadingError Modifier and Type Method Description CacheResourceDownloadingException.CacheResourceDownloadingErrorCacheResourceDownloadingException. getErrorCode()static CacheResourceDownloadingException.CacheResourceDownloadingErrorCacheResourceDownloadingException.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.Constructors in org.eclipse.lemminx.uriresolver with parameters of type CacheResourceDownloadingException.CacheResourceDownloadingError Constructor Description CacheResourceDownloadingException(String resourceURI, Path resourceCachePath, CacheResourceDownloadingException.CacheResourceDownloadingError errorCode, CompletableFuture<Path> future, Throwable e)
-