public class RouteErrorWebExceptionHandler
extends org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
| 构造器和说明 |
|---|
RouteErrorWebExceptionHandler(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes,
org.springframework.boot.autoconfigure.web.WebProperties.Resources resources,
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) |
acceptsTextHtml, getErrorAttributeOptions, getRoutingFunction, isIncludeBindingErrors, isIncludeMessage, isIncludeStackTrace, renderErrorResponse, renderErrorViewafterPropertiesSet, getError, getErrorAttributes, handle, isBindingErrorsEnabled, isMessageEnabled, isTraceEnabled, logError, renderDefaultErrorView, renderErrorView, setMessageReaders, setMessageWriters, setViewResolverspublic RouteErrorWebExceptionHandler(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes,
org.springframework.boot.autoconfigure.web.WebProperties.Resources resources,
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)
getErrorAttributes 在类中 org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandlerCopyright © 2025. All rights reserved.