类 ResultErrorController
- java.lang.Object
-
- org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
-
- org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
- ai.yue.library.web.config.exception.ResultErrorController
-
- 所有已实现的接口:
org.springframework.boot.web.servlet.error.ErrorController
public class ResultErrorController extends org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController异常响应控制器- 从以下版本开始:
- 2020年9月15日
- 作者:
- ylyue
-
-
构造器概要
构造器 构造器 说明 ResultErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes, org.springframework.boot.autoconfigure.web.ErrorProperties errorProperties)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.http.ResponseEntity<Map<String,Object>>error(javax.servlet.http.HttpServletRequest request)-
从类继承的方法 org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
errorHtml, getErrorAttributeOptions, getErrorPath, getErrorProperties, isIncludeBindingErrors, isIncludeMessage, isIncludeStackTrace, mediaTypeNotAcceptable
-
-