| Package | Description |
|---|---|
| com.axway.apim.lib.errorHandling |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
ErrorState.getErrorCode() |
ErrorCode |
AppException.getErrorCode() |
ErrorCode |
ErrorCodeMapper.getMapedErrorCode(ErrorCode code) |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
ErrorCodeMapper.getMapedErrorCode(ErrorCode code) |
void |
ErrorState.setError(String errorMessage,
ErrorCode errorCode) |
void |
ErrorState.setError(String errorMessage,
ErrorCode errorCode,
boolean logStackTrace) |
void |
ErrorState.setWarning(String warnMessage,
ErrorCode errorCode,
boolean logStackTrace) |
| Constructor and Description |
|---|
AppException(String message,
ErrorCode errorCode) |
AppException(String message,
ErrorCode errorCode,
Throwable throwable) |
Copyright © 2020. All rights reserved.