Skip to content

Commit 1aee2e4

Browse files
committed
Update README.md
1 parent ef8af74 commit 1aee2e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

problem4j-spring-web/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Built-in Spring Exception Mappings
22

3+
1. [Overview](#overview)
4+
2. [Returning response bodies from custom exceptions](#returning-response-bodies-from-custom-exceptions)
5+
1. [Extending `ProblemException`](#extending-problemexception)
6+
2. [Annotating `@ProblemMapping`](#annotating-problemmapping)
7+
3. [Validation](#validation)
8+
4. [Occurrences of `TypeMismatchException`](#occurrences-of-typemismatchexception)
9+
5. [Occurrences of `ErrorResponseException`](#occurrences-of-errorresponseexception)
10+
6. [General HTTP Stuff](#general-http-stuff)
11+
12+
## Overview
313
This module overrides Spring Web's default (often minimal or plain-text) responses for many framework exceptions and
414
produces structured RFC 7807 `Problem` objects. [`ExceptionMappingConfiguration`][ExceptionMappingConfiguration]
515
registers these mappings.

0 commit comments

Comments
 (0)