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()
Getter for the field
detailedMessage. |
ErrorCodes |
getErrorCode()
Getter for the field
errorCode. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DetailedJAXBException()
public DetailedJAXBException(Throwable e)
e - Throwablepublic DetailedJAXBException(ErrorCodes errorCode, String message)
errorCode - errorCodemessage - messagepublic DetailedJAXBException(String message)
message - messagepublic DetailedJAXBException(ErrorCodes errorCode, String... info)
errorCode - errorCodeinfo - infopublic String getDetailedMessage()
Getter for the field detailedMessage.
String object.public ErrorCodes getErrorCode()
Getter for the field errorCode.
ErrorCodes object.Copyright © 2012–2014 RedSoft. All rights reserved.