Example usage for org.springframework.boot.web.reactive.error ErrorWebExceptionHandler interface-usage

List of usage examples for org.springframework.boot.web.reactive.error ErrorWebExceptionHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.web.reactive.error ErrorWebExceptionHandler interface-usage.

Usage

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

/**
 * Abstract base class for {@link ErrorWebExceptionHandler} implementations.
 *
 * @author Brian Clozel
 * @since 2.0.0
 * @see ErrorAttributes