Uses of Class
org.springframework.web.ErrorResponseException
Package
Description
Support classes for web data binding.
Core interfaces and classes for Spring's generic, reactive web support.
-
Uses of ErrorResponseException in org.springframework.web.bind.support
Modifier and TypeClassDescriptionclass
A specialization ofServerWebInputException
thrown when after data binding and validation failure. -
Uses of ErrorResponseException in org.springframework.web.server
Modifier and TypeClassDescriptionclass
Exception for errors that fit response status 405 (method not allowed).class
Exception for errors that fit response status 406 (not acceptable).class
Subclass ofErrorResponseException
that accepts a "reason" and maps it to the "detail" property ofProblemDetail
.class
Exception for anHttpStatus.INTERNAL_SERVER_ERROR
that exposes extra information about a controller method that failed, or a controller method argument that could not be resolved.class
Exception for errors that fit response status 400 (bad request) for use in Spring Web applications.class
Exception for errors that fit response status 415 (unsupported media type).