|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EsfErrorCode | |
|---|---|
| com.eurotech.framework | Contains objects necessary to manage framework exceptions. |
| Uses of EsfErrorCode in com.eurotech.framework |
|---|
| Fields in com.eurotech.framework declared as EsfErrorCode | |
|---|---|
protected EsfErrorCode |
EsfException.m_code
|
protected EsfErrorCode |
EsfRuntimeException.m_code
|
| Methods in com.eurotech.framework that return EsfErrorCode | |
|---|---|
EsfErrorCode |
EsfException.getCode()
|
EsfErrorCode |
EsfRuntimeException.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. |
| Constructors in com.eurotech.framework with parameters of type EsfErrorCode | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||