protected static enum CachedDataRaster.ErrorHandlerMode extends java.lang.Enum<CachedDataRaster.ErrorHandlerMode>
Enum Constant and Description |
---|
ALLOW_EXCEPTIONS |
DISABLE_EXCEPTIONS |
Modifier and Type | Method and Description |
---|---|
static CachedDataRaster.ErrorHandlerMode |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static CachedDataRaster.ErrorHandlerMode[] values()
for (CachedDataRaster.ErrorHandlerMode c : CachedDataRaster.ErrorHandlerMode.values()) System.out.println(c);