protected static enum CachedDataRaster.ErrorHandlerMode extends Enum<CachedDataRaster.ErrorHandlerMode>
| Enum Constant and Description |
|---|
ALLOW_EXCEPTIONS |
DISABLE_EXCEPTIONS |
| Modifier and Type | Method and Description |
|---|---|
static CachedDataRaster.ErrorHandlerMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachedDataRaster.ErrorHandlerMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CachedDataRaster.ErrorHandlerMode ALLOW_EXCEPTIONS
public static final CachedDataRaster.ErrorHandlerMode DISABLE_EXCEPTIONS
public static CachedDataRaster.ErrorHandlerMode 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 nullpublic static CachedDataRaster.ErrorHandlerMode[] values()
for (CachedDataRaster.ErrorHandlerMode c : CachedDataRaster.ErrorHandlerMode.values()) System.out.println(c);