public class ServerSideExceptionInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerSideExceptionInfo.ServerSideExceptionInfoFields |
| Constructor and Description |
|---|
ServerSideExceptionInfo() |
ServerSideExceptionInfo(String i18nKey,
String exceptionMessage,
List<String> messageParameters,
String exceptionClass,
List<String> stackTrace,
ServerSideExceptionInfo exceptionCause) |
ServerSideExceptionInfo(Throwable exception,
String i18nKey,
String... messageParameters) |
| Modifier and Type | Method and Description |
|---|---|
ServerSideExceptionInfo |
getExceptionCause() |
String |
getExceptionClass() |
String |
getExceptionMessage() |
String |
getI18nKey() |
List<String> |
getMessageParameters() |
List<String> |
getStackTrace() |
void |
setExceptionCause(ServerSideExceptionInfo exceptionCause) |
void |
setExceptionClass(String exceptionClass) |
void |
setExceptionMessage(String exceptionMessage) |
void |
setI18nKey(String i18nKey) |
void |
setMessageParameters(List<String> messageParameters) |
void |
setStackTrace(List<String> stackTrace) |
public ServerSideExceptionInfo()
public ServerSideExceptionInfo(String i18nKey, String exceptionMessage, List<String> messageParameters, String exceptionClass, List<String> stackTrace, ServerSideExceptionInfo exceptionCause)
public String getI18nKey()
public void setI18nKey(String i18nKey)
public String getExceptionMessage()
public void setExceptionMessage(String exceptionMessage)
public String getExceptionClass()
public void setExceptionClass(String exceptionClass)
public ServerSideExceptionInfo getExceptionCause()
public void setExceptionCause(ServerSideExceptionInfo exceptionCause)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.