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.

@FunctionalInterface public interface ErrorWebExceptionHandler extends WebExceptionHandler
Marker interface that indicates that a WebExceptionHandler is used to render errors.
Since:
2.0.0
Author:
Brian Clozel