| Package | Description |
|---|---|
| org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
| org.springframework.boot.autoconfigure.web.servlet.error |
Auto-configuration for for Spring MVC error handling.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorProperties |
ServerProperties.getError() |
| 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 © 2017 Pivotal Software, Inc.. All rights reserved.