|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ComponentConstructionException.Level>
de.espirit.firstspirit.ui.gadgets.ComponentConstructionException.Level
public static enum ComponentConstructionException.Level
Error levels, an exception can have.
Enum Constant Summary | |
---|---|
ERROR
A major problem occurred when constructing a component, so the editor could not be created. |
|
INFO
The exception is for information only. |
|
WARN
The exception is to warn about a problem in construction. |
Method Summary | |
---|---|
static ComponentConstructionException.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ComponentConstructionException.Level[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ComponentConstructionException.Level INFO
public static final ComponentConstructionException.Level WARN
public static final ComponentConstructionException.Level ERROR
Method Detail |
---|
public static final ComponentConstructionException.Level[] values()
for(ComponentConstructionException.Level c : ComponentConstructionException.Level.values()) System.out.println(c);
public static ComponentConstructionException.Level valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |