| Modifier and Type | Method and Description |
|---|---|
ErrorCodes |
DetailedJAXBException.getErrorCode()
Getter for the field
errorCode. |
static ErrorCodes |
ErrorCodes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCodes[] |
ErrorCodes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DetailedJAXBException(ErrorCodes errorCode,
String... info)
Создает исключение с определенным кодом ошибки и любым количеством сообщений
|
DetailedJAXBException(ErrorCodes errorCode,
String message)
Создает исключение с определенным типом ошибки и сообщением
|
Copyright © 2012–2014 RedSoft. All rights reserved.