public class MyErrorController
extends org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
implements org.springframework.boot.web.servlet.error.ErrorController
| 构造器和说明 |
|---|
MyErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes,
org.springframework.boot.autoconfigure.web.ErrorProperties errorProperties) |
MyErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes,
org.springframework.boot.autoconfigure.web.ErrorProperties errorProperties,
java.util.List<org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver> errorViewResolvers) |
error, errorHtml, getErrorAttributeOptions, getErrorPath, getErrorProperties, isIncludeBindingErrors, isIncludeMessage, isIncludeStackTrace, mediaTypeNotAcceptablegetBooleanParameter, getErrorAttributes, getErrorAttributes, getErrorsParameter, getMessageParameter, getStatus, getTraceParameter, resolveErrorViewpublic MyErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes,
org.springframework.boot.autoconfigure.web.ErrorProperties errorProperties)
public MyErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes,
org.springframework.boot.autoconfigure.web.ErrorProperties errorProperties,
java.util.List<org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver> errorViewResolvers)