| Class | Description |
|---|---|
| AnnotatedWebErrorHandler |
WebErrorHandler implementation responsible for handling exceptions annotated with
the ExceptionMapping annotation. |
| ConstraintViolationWebErrorHandler |
A
WebErrorHandler implementation responsible for handling ConstraintViolationExceptions
from bean validation. |
| MissingRequestParametersWebErrorHandler |
Spring Framework 5.1 added a few specific MVC exceptions for missing header, cookie,
matrix variables to allow for differentiated exception handling and status codes.
|
| SpringMvcWebErrorHandler |
A
WebErrorHandler implementation responsible for handling common Spring MVC
specific exceptions. |
| SpringSecurityWebErrorHandler |
A
WebErrorHandler implementation responsible for handling Spring Security
related exceptions. |
| SpringValidationWebErrorHandler |
A
WebErrorHandler responsible for handling validation errors thrown by
the web layer. |
| Enum | Description |
|---|---|
| LastResortWebErrorHandler |
The default fallback
WebErrorHandler which will be used when all
other registered handlers refuse to handle a particular exception. |
Copyright © 2018. All rights reserved.