| 限定符和类型 | 方法和说明 |
|---|---|
protected ErrorContainer |
ResponseEntityExceptionHandler.convert2ErrorContainer(Throwable throwable,
ErrorCode errorCode,
javax.servlet.http.HttpServletRequest request) |
protected ErrorContainer |
ResponseEntityExceptionHandler.convert2ErrorContainer(Throwable throwable,
ErrorCode errorCode,
Object[] messageArguments,
javax.servlet.http.HttpServletRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.springframework.http.ResponseEntity<ErrorContainer> |
ResponseEntityExceptionHandler.getResponseEntity(javax.servlet.http.HttpServletRequest request,
org.springframework.http.HttpHeaders httpHeaders,
Throwable throwable,
ErrorCode errorCode) |
protected org.springframework.http.ResponseEntity<ErrorContainer> |
ResponseEntityExceptionHandler.getResponseEntity(javax.servlet.http.HttpServletRequest request,
org.springframework.http.HttpHeaders httpHeaders,
Throwable throwable,
ErrorCode errorCode,
Object[] messageArguments) |
org.springframework.http.ResponseEntity<ErrorContainer> |
ResponseEntityExceptionHandler.handleException(Throwable e,
javax.servlet.http.HttpServletRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.springframework.http.ResponseEntity<Object> |
ResponseEntityExceptionHandler.handleExceptionInternal(Exception exception,
ErrorContainer body,
org.springframework.http.HttpHeaders headers,
org.springframework.http.HttpStatus status,
javax.servlet.http.HttpServletRequest request)
A single place to customize the response body of all Exception types.
|
Copyright © 2015. All rights reserved.