public static enum ViewException.Type extends Enum<ViewException.Type>
Enum Constant and Description |
---|
ACTIVITY_FAILED |
CREATION_FAILED |
DOES_NOT_EXIST |
EMPTY |
END_VIEW_FAILED |
INFO_FAILED |
LOAD_FAILED |
REBASING |
REMOVE_FAILED |
START_VIEW_FAILED |
UNKNOWN |
VIEW_DOT_DAT |
Modifier and Type | Method and Description |
---|---|
static ViewException.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewException.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewException.Type ACTIVITY_FAILED
public static final ViewException.Type REMOVE_FAILED
public static final ViewException.Type CREATION_FAILED
public static final ViewException.Type LOAD_FAILED
public static final ViewException.Type END_VIEW_FAILED
public static final ViewException.Type START_VIEW_FAILED
public static final ViewException.Type INFO_FAILED
public static final ViewException.Type DOES_NOT_EXIST
public static final ViewException.Type REBASING
public static final ViewException.Type VIEW_DOT_DAT
public static final ViewException.Type EMPTY
public static final ViewException.Type UNKNOWN
public static ViewException.Type[] values()
for (ViewException.Type c : ViewException.Type.values()) System.out.println(c);
public static ViewException.Type 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 © 2016–2018. All rights reserved.