public static enum ComponentConstructionException.Level extends Enum<ComponentConstructionException.Level>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
public static final ComponentConstructionException.Level INFO
public static final ComponentConstructionException.Level WARN
public static final ComponentConstructionException.Level ERROR
public static 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 nameNullPointerException
- if the argument is nullCopyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500