类 SystemDefaultErrorWebExceptionHandler
java.lang.Object
org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
org.wxz.business.advice.SystemDefaultErrorWebExceptionHandler
- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean,org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler,org.springframework.web.server.WebExceptionHandler
public class SystemDefaultErrorWebExceptionHandler
extends org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
构造器概要
构造器构造器说明SystemDefaultErrorWebExceptionHandler(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes, org.springframework.boot.autoconfigure.web.ResourceProperties resourceProperties, org.springframework.boot.autoconfigure.web.ErrorProperties errorProperties, org.springframework.context.ApplicationContext applicationContext) -
方法概要
修饰符和类型方法说明getErrorAttributes(org.springframework.web.reactive.function.server.ServerRequest request, org.springframework.boot.web.error.ErrorAttributeOptions options) protected intgetHttpStatus(Map<String, Object> errorAttributes) protected org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse>getRoutingFunction(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes) 从类继承的方法 org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
acceptsTextHtml, getErrorAttributeOptions, isIncludeBindingErrors, isIncludeMessage, isIncludeStackTrace, renderErrorResponse, renderErrorView从类继承的方法 org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
afterPropertiesSet, getError, getErrorAttributes, handle, isBindingErrorsEnabled, isMessageEnabled, isTraceEnabled, logError, renderDefaultErrorView, renderErrorView, setMessageReaders, setMessageWriters, setViewResolvers
-
构造器详细资料
-
SystemDefaultErrorWebExceptionHandler
public SystemDefaultErrorWebExceptionHandler(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes, org.springframework.boot.autoconfigure.web.ResourceProperties resourceProperties, org.springframework.boot.autoconfigure.web.ErrorProperties errorProperties, org.springframework.context.ApplicationContext applicationContext)
-
-
方法详细资料
-
getErrorAttributes
protected Map<String,Object> getErrorAttributes(org.springframework.web.reactive.function.server.ServerRequest request, org.springframework.boot.web.error.ErrorAttributeOptions options) - 覆盖:
getErrorAttributes在类中org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
getRoutingFunction
protected org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> getRoutingFunction(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes) - 覆盖:
getRoutingFunction在类中org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
getHttpStatus
- 覆盖:
getHttpStatus在类中org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-