Example usage for org.springframework.boot.autoconfigure.web.reactive.error AbstractErrorWebExceptionHandler subclass-usage

List of usage examples for org.springframework.boot.autoconfigure.web.reactive.error AbstractErrorWebExceptionHandler subclass-usage

Introduction

In this page you can find the example usage for org.springframework.boot.autoconfigure.web.reactive.error AbstractErrorWebExceptionHandler subclass-usage.

Usage

From source file org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler.java

/**
 * Basic global {@link org.springframework.web.server.WebExceptionHandler}, rendering
 * {@link ErrorAttributes}.
 * <p>
 * More specific errors can be handled either using Spring WebFlux abstractions (e.g.
 * {@code @ExceptionHandler} with the annotation model) or by adding