Package | Description |
---|---|
org.eclipse.kura |
Contains objects necessary to manage framework exceptions.
|
Modifier and Type | Field and Description |
---|---|
protected KuraErrorCode |
KuraRuntimeException.m_code |
protected KuraErrorCode |
KuraException.m_code |
Modifier and Type | Method and Description |
---|---|
KuraErrorCode |
KuraRuntimeException.getCode() |
KuraErrorCode |
KuraException.getCode() |
static KuraErrorCode |
KuraErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KuraErrorCode[] |
KuraErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
KuraException(KuraErrorCode code)
Builds a new EdcException instance based on the supplied EdcErrorCode.
|
KuraException(KuraErrorCode code,
Object... arguments)
Builds a new EdcException instance based on the supplied EdcErrorCode.
|
KuraException(KuraErrorCode code,
Throwable cause,
Object... arguments)
Builds a new EdcException instance based on the supplied EdcErrorCode, an optional Throwable cause, and optional arguments for the associated exception message.
|
KuraRuntimeException(KuraErrorCode code)
Builds a new EdcException instance based on the supplied EdcErrorCode.
|
KuraRuntimeException(KuraErrorCode code,
Object... arguments)
Builds a new EdcException instance based on the supplied EdcErrorCode.
|
KuraRuntimeException(KuraErrorCode code,
Throwable cause,
Object... arguments)
Builds a new EdcException instance based on the supplied EdcErrorCode, an optional Throwable cause, and optional arguments for the associated exception message.
|
Copyright © 2014. All Rights Reserved.