Skip to content

Commit

Permalink
Improve ResponseEntityExceptionHandler
Browse files Browse the repository at this point in the history
- update handler methods for lower level exceptions to create a mapping
to a ProblemDetail.
- add protected method for creating the ResponseEntity that a subclass
can override to re-create ProblemDetail without overriding the rest
of what handleExceptionInternal does.
- update Javadoc and polishing

See gh-28439
  • Loading branch information
rstoyanchev committed Jul 12, 2022
1 parent 87a2652 commit b64835d
Showing 1 changed file with 216 additions and 170 deletions.
Loading

0 comments on commit b64835d

Please sign in to comment.