public class ExceptionResponseValues extends TemplateResponseValues
| Constructor and Description |
|---|
ExceptionResponseValues(String templateName,
Map<String,Object> map,
Throwable cause) |
ExceptionResponseValues(String templateName,
Map<String,Object> map,
Throwable cause,
int statusCode) |
ExceptionResponseValues(String templateName,
Throwable cause) |
ExceptionResponseValues(String templateName,
Throwable cause,
int statusCode) |
ExceptionResponseValues(Throwable cause) |
ExceptionResponseValues(Throwable cause,
int statusCode) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
getMap, getTemplateName, putgetContentType, getForwardUrl, getHeader, getModel, getRedirectUrl, getStatusCode, setContentType, setStatusCodepublic ExceptionResponseValues(Throwable cause)
public ExceptionResponseValues(Throwable cause, int statusCode)
public ExceptionResponseValues(String templateName, Throwable cause, int statusCode)
public ExceptionResponseValues(String templateName, Map<String,Object> map, Throwable cause)
public Throwable getException()
getException in interface ResponseValuesgetException in class BaseResponseValuesCopyright © 2022. All rights reserved.