public class DetailedJAXBException extends RuntimeException
| Constructor and Description |
|---|
DetailedJAXBException()
Создает новое исключение с неизвестным кодом ошибки
|
DetailedJAXBException(ErrorCodes errorCode,
String... info)
Создает исключение с определенным кодом ошибки и любым количеством сообщений
|
DetailedJAXBException(ErrorCodes errorCode,
String message)
Создает исключение с определенным типом ошибки и сообщением
|
DetailedJAXBException(String message)
Создает исключение с определенным кодом ошибки и сообщением
|
DetailedJAXBException(Throwable e)
Создает исключение от неизвестного источника
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDetailedMessage() |
ErrorCodes |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DetailedJAXBException()
public DetailedJAXBException(Throwable e)
e - public DetailedJAXBException(ErrorCodes errorCode, String message)
errorCode - message - public DetailedJAXBException(String message)
errorCode - message - public DetailedJAXBException(ErrorCodes errorCode, String... info)
errorCode - detailed - public String getDetailedMessage()
public ErrorCodes getErrorCode()
Copyright © 2012–2014 RedSoft. All rights reserved.