| Modifier and Type | Field and Description |
|---|---|
protected String |
component |
protected String |
errorClass |
protected String |
errorCode |
protected String |
errorId |
protected String |
message |
protected Object[] |
parameters |
protected String |
requestId |
protected String |
trace |
| Modifier | Constructor and Description |
|---|---|
protected |
ErrorStructure(String errorClass,
String component,
Object[] parameters,
String message,
String errorCode,
String errorId,
String trace,
String requestId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponent() |
String |
getErrorClass() |
String |
getErrorCode() |
String |
getErrorId() |
String |
getFormattedMessage() |
String |
getMessage() |
Object[] |
getParameters() |
String |
getRequestId() |
String |
getTrace() |
String |
toString() |
protected final String message
protected final Object[] parameters
protected final String component
protected final String errorClass
protected final String errorCode
protected final String errorId
protected final String trace
protected final String requestId
public String getMessage()
public Object[] getParameters()
public String getComponent()
public String getErrorClass()
public String getErrorCode()
public String getErrorId()
public String getTrace()
public String getRequestId()
public String getFormattedMessage()
Copyright © 2017. All Rights Reserved.