@ControllerAdvice @ResponseBody public class GlobalExceptionHandler extends Object
| 构造器和说明 |
|---|
GlobalExceptionHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.http.ResponseEntity<String> |
httpException(HttpException e) |
ResultVo |
paramException(ParamException e) |
@ExceptionHandler(value=ParamException.class) public ResultVo paramException(ParamException e)
@ExceptionHandler(value=HttpException.class) public org.springframework.http.ResponseEntity<String> httpException(HttpException e)
Copyright © 2019. All rights reserved.