public class UserException extends PlasmaRuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
messageId |
protected Object[] |
params |
protected String |
severityId |
protected String |
typeId |
| Constructor and Description |
|---|
UserException(String severityId,
String typeId,
String messageId) |
UserException(String severityId,
String typeId,
String messageId,
Object[] params) |
UserException(String severityId,
String typeId,
String messageId,
Object[] params,
String defaultErrorText) |
UserException(String severityId,
String typeId,
String messageId,
String defaultErrorText) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageId() |
Object[] |
getParams() |
String |
getSeverityId() |
String |
getTypeId() |
boolean |
hasParams() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String severityId
protected String typeId
protected String messageId
protected Object[] params
Copyright © 2019. All rights reserved.