public class DreamErrorAttributes
extends org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
| 构造器和说明 |
|---|
DreamErrorAttributes(ExceptionTranslator exceptionTranslator) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getErrorAttributes(org.springframework.web.context.request.RequestAttributes requestAttributes,
boolean includeStackTrace) |
public DreamErrorAttributes(ExceptionTranslator exceptionTranslator)
public java.util.Map<java.lang.String,java.lang.Object> getErrorAttributes(org.springframework.web.context.request.RequestAttributes requestAttributes,
boolean includeStackTrace)
getErrorAttributes 在接口中 org.springframework.boot.autoconfigure.web.ErrorAttributesgetErrorAttributes 在类中 org.springframework.boot.autoconfigure.web.DefaultErrorAttributes