Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.web.servlet |
Actuator Spring MVC support.
|
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.
|
Constructor and Description |
---|
ManagementErrorEndpoint(ErrorAttributes errorAttributes,
ErrorProperties errorProperties) |
Modifier and Type | Method and Description |
---|---|
ErrorProperties |
ServerProperties.getError() |
Constructor and Description |
---|
DefaultErrorWebExceptionHandler(ErrorAttributes errorAttributes,
ResourceProperties resourceProperties,
ErrorProperties errorProperties,
ApplicationContext applicationContext)
Deprecated.
since 2.4.0 for removal in 2.6.0 in favor of
#DefaultErrorWebExceptionHandler(ErrorAttributes, Resources, ErrorProperties, ApplicationContext) |
DefaultErrorWebExceptionHandler(ErrorAttributes errorAttributes,
WebProperties.Resources resources,
ErrorProperties errorProperties,
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. |