public static enum ComponentException.ErrorOrigin extends Enum<ComponentException.ErrorOrigin>
| Modifier and Type | Method and Description |
|---|---|
static ComponentException.ErrorOrigin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentException.ErrorOrigin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentException.ErrorOrigin USER
public static final ComponentException.ErrorOrigin BACKEND
public static final ComponentException.ErrorOrigin UNKNOWN
public static ComponentException.ErrorOrigin[] values()
for (ComponentException.ErrorOrigin c : ComponentException.ErrorOrigin.values()) System.out.println(c);
public static ComponentException.ErrorOrigin 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 null1.1.26-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation