| Annotation Type | Description |
|---|---|
| AutoConfigureErrors |
Auto-configuration imports to enable web error handlers
support for Spring MVC tests. |
| ExceptionMapping |
When an exception annotated with this annotation happens, the metadata encapsulated
in the annotation would help us to transform the language level exception to REST API
error code/status code combination.
|
| ExposeAsArg |
Annotate fields/methods inside an exception with this annotation to expose its
value or return value for message interpolation.
|
Copyright © 2018. All rights reserved.