File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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
313This module overrides Spring Web's default (often minimal or plain-text) responses for many framework exceptions and
414produces structured RFC 7807 ` Problem ` objects. [ ` ExceptionMappingConfiguration ` ] [ ExceptionMappingConfiguration ]
515registers these mappings.
You can’t perform that action at this time.
0 commit comments