Interface ErrorWebExceptionHandler
- All Superinterfaces:
WebExceptionHandler
- All Known Implementing Classes:
AbstractErrorWebExceptionHandler
,DefaultErrorWebExceptionHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Marker interface that indicates that a
WebExceptionHandler
is used to render
errors.- Since:
- 2.0.0
- Author:
- Brian Clozel
-
Method Summary
Methods inherited from interface org.springframework.web.server.WebExceptionHandler
handle