Package | Description |
---|---|
org.talend.sdk.component.api.exception |
Modifier and Type | Method and Description |
---|---|
static ComponentException.ErrorOrigin |
ComponentException.ErrorOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentException.ErrorOrigin[] |
ComponentException.ErrorOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ComponentException(ComponentException.ErrorOrigin errorOrigin,
String message) |
ComponentException(ComponentException.ErrorOrigin errorOrigin,
String type,
String message,
StackTraceElement[] stackTrace,
Throwable cause) |
ComponentException(ComponentException.ErrorOrigin errorOrigin,
String message,
Throwable cause) |
1.1.26-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation