public static enum CacheResourceDownloadingException.CacheResourceDownloadingError extends Enum<CacheResourceDownloadingException.CacheResourceDownloadingError>
Enum Constant and Description |
---|
DOWNLOAD_DISABLED |
RESOURCE_LOADING |
RESOURCE_NOT_IN_DEPLOYED_PATH |
Modifier and Type | Method and Description |
---|---|
String |
getMessage(Object... arguments) |
static CacheResourceDownloadingException.CacheResourceDownloadingError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheResourceDownloadingException.CacheResourceDownloadingError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheResourceDownloadingException.CacheResourceDownloadingError DOWNLOAD_DISABLED
public static final CacheResourceDownloadingException.CacheResourceDownloadingError RESOURCE_LOADING
public static final CacheResourceDownloadingException.CacheResourceDownloadingError RESOURCE_NOT_IN_DEPLOYED_PATH
public static CacheResourceDownloadingException.CacheResourceDownloadingError[] values()
for (CacheResourceDownloadingException.CacheResourceDownloadingError c : CacheResourceDownloadingException.CacheResourceDownloadingError.values()) System.out.println(c);
public static CacheResourceDownloadingException.CacheResourceDownloadingError valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022. All rights reserved.