| Package | Description |
|---|---|
| com.sap.sl.sdk.framework |
This package contains interfaces used to manage errors.
|
| Modifier and Type | Method and Description |
|---|---|
Severity |
IStatus.getSeverity()
Returns the severity of the error.
|
static Severity |
Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|