Uses of Class
org.eclipse.lemminx.uriresolver.CacheResourceDownloadedException.CacheResourceDownloadedError
-
Packages that use CacheResourceDownloadedException.CacheResourceDownloadedError Package Description org.eclipse.lemminx.uriresolver -
-
Uses of CacheResourceDownloadedException.CacheResourceDownloadedError in org.eclipse.lemminx.uriresolver
Methods in org.eclipse.lemminx.uriresolver that return CacheResourceDownloadedException.CacheResourceDownloadedError Modifier and Type Method Description CacheResourceDownloadedException.CacheResourceDownloadedErrorCacheResourceDownloadedException. getErrorCode()static CacheResourceDownloadedException.CacheResourceDownloadedErrorCacheResourceDownloadedException.CacheResourceDownloadedError. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheResourceDownloadedException.CacheResourceDownloadedError[]CacheResourceDownloadedException.CacheResourceDownloadedError. 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 CacheResourceDownloadedException.CacheResourceDownloadedError Constructor Description CacheResourceDownloadedException(String resourceURI, Path resourceCachePath, String cause, CacheResourceDownloadedException.CacheResourceDownloadedError errorCode, Throwable e)
-