Package | Description |
---|---|
com.eurotech.framework |
Contains objects necessary to manage framework exceptions.
|
Modifier and Type | Field and Description |
---|---|
protected EsfErrorCode |
EsfRuntimeException.m_code |
protected EsfErrorCode |
EsfException.m_code |
Modifier and Type | Method and Description |
---|---|
EsfErrorCode |
EsfRuntimeException.getCode() |
EsfErrorCode |
EsfException.getCode() |
static EsfErrorCode |
EsfErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EsfErrorCode[] |
EsfErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EsfException(EsfErrorCode code)
Builds a new EdcException instance based on the supplied EdcErrorCode.
|
EsfException(EsfErrorCode code,
Object... arguments)
Builds a new EdcException instance based on the supplied EdcErrorCode.
|
EsfException(EsfErrorCode 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.
|
EsfRuntimeException(EsfErrorCode code)
Builds a new EdcException instance based on the supplied EdcErrorCode.
|
EsfRuntimeException(EsfErrorCode code,
Object... arguments)
Builds a new EdcException instance based on the supplied EdcErrorCode.
|
EsfRuntimeException(EsfErrorCode 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 © 2013. All Rights Reserved.