Interface ErrorWebExceptionHandler
- All Superinterfaces:
org.springframework.web.server.WebExceptionHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ErrorWebExceptionHandler
extends org.springframework.web.server.WebExceptionHandler
Marker interface that indicates that a
WebExceptionHandler
is used to render
errors.- Since:
- 2.0.0
-
Method Summary
Methods inherited from interface org.springframework.web.server.WebExceptionHandler
handle