Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
org.springframework.boot.autoconfigure.web.reactive.error |
Auto-configuration for Spring WebFlux error handling.
|
org.springframework.boot.autoconfigure.web.servlet.error |
Auto-configuration for Spring MVC error handling.
|
Modifier and Type | Method and Description |
---|---|
ErrorProperties |
ServerProperties.getError() |
Constructor and Description |
---|
DefaultErrorWebExceptionHandler(ErrorAttributes errorAttributes,
ResourceProperties resourceProperties,
ErrorProperties errorProperties,
org.springframework.context.ApplicationContext applicationContext)
Create a new
DefaultErrorWebExceptionHandler instance. |
Modifier and Type | Method and Description |
---|---|
protected ErrorProperties |
BasicErrorController.getErrorProperties()
Provide access to the error properties.
|
Constructor and Description |
---|
BasicErrorController(ErrorAttributes errorAttributes,
ErrorProperties errorProperties)
Create a new
BasicErrorController instance. |
BasicErrorController(ErrorAttributes errorAttributes,
ErrorProperties errorProperties,
List<ErrorViewResolver> errorViewResolvers)
Create a new
BasicErrorController instance. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.