类 ExtensionErrorAttributes
java.lang.Object
org.springframework.boot.web.reactive.error.DefaultErrorAttributes
cn.bbwres.biscuit.gateway.adapter.ExtensionErrorAttributes
- 所有已实现的接口:
org.springframework.boot.web.reactive.error.ErrorAttributes
public class ExtensionErrorAttributes
extends org.springframework.boot.web.reactive.error.DefaultErrorAttributes
异常信息处理
- 版本:
- $Id: $Id
- 作者:
- zhanglinfeng
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getErrorAttributes(org.springframework.web.reactive.function.server.ServerRequest request, org.springframework.boot.web.error.ErrorAttributeOptions options) 从类继承的方法 org.springframework.boot.web.reactive.error.DefaultErrorAttributes
getError, storeErrorInformation
-
构造器详细资料
-
ExtensionErrorAttributes
public ExtensionErrorAttributes()
-
-
方法详细资料
-
getErrorAttributes
public Map<String,Object> getErrorAttributes(org.springframework.web.reactive.function.server.ServerRequest request, org.springframework.boot.web.error.ErrorAttributeOptions options) - 指定者:
getErrorAttributes在接口中org.springframework.boot.web.reactive.error.ErrorAttributes- 覆盖:
getErrorAttributes在类中org.springframework.boot.web.reactive.error.DefaultErrorAttributes
-