public static enum MoreFutures.ExceptionOrResult.IsException extends java.lang.Enum<MoreFutures.ExceptionOrResult.IsException>
| Modifier and Type | Method and Description |
|---|---|
static MoreFutures.ExceptionOrResult.IsException |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoreFutures.ExceptionOrResult.IsException[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoreFutures.ExceptionOrResult.IsException EXCEPTION
public static final MoreFutures.ExceptionOrResult.IsException RESULT
public static MoreFutures.ExceptionOrResult.IsException[] values()
for (MoreFutures.ExceptionOrResult.IsException c : MoreFutures.ExceptionOrResult.IsException.values()) System.out.println(c);
public static MoreFutures.ExceptionOrResult.IsException 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 null