public class ExceptionHandlingWebHandler extends WebHandlerDecorator
WebExceptionHandlers
 after the delegate WebHandler.| Constructor and Description | 
|---|
| ExceptionHandlingWebHandler(WebHandler delegate,
                           List<WebExceptionHandler> handlers)Create an  ExceptionHandlingWebHandlerfor the given delegate. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<WebExceptionHandler> | getExceptionHandlers()Return a read-only list of the configured exception handlers. | 
| reactor.core.publisher.Mono<Void> | handle(ServerWebExchange exchange)Handle the web server exchange. | 
getDelegate, toStringpublic ExceptionHandlingWebHandler(WebHandler delegate, List<WebExceptionHandler> handlers)
ExceptionHandlingWebHandler for the given delegate.delegate - the WebHandler delegatehandlers - the WebExceptionHandlers to applypublic List<WebExceptionHandler> getExceptionHandlers()
public reactor.core.publisher.Mono<Void> handle(ServerWebExchange exchange)
WebHandlerhandle in interface WebHandlerhandle in class WebHandlerDecoratorexchange - the current server exchangeMono<Void> to indicate when request handling is complete