类 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)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected Map<String,Object>
    getErrorAttributes(org.springframework.web.reactive.function.server.ServerRequest request, org.springframework.boot.web.error.ErrorAttributeOptions options)
     
    protected int
    getHttpStatus(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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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

      protected int getHttpStatus(Map<String,Object> errorAttributes)
      覆盖:
      getHttpStatus 在类中 org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler