Uses of Class
org.springframework.web.ErrorResponseException
Packages that use ErrorResponseException
Package
Description
Support classes for web data binding.
Support classes for annotation-based handler method processing.
Core interfaces and classes for Spring's generic, reactive web support.
-
Uses of ErrorResponseException in org.springframework.web.bind.support
Subclasses of ErrorResponseException in org.springframework.web.bind.supportModifier and TypeClassDescriptionclassServerWebInputExceptionsubclass that indicates a data binding or validation failure. -
Uses of ErrorResponseException in org.springframework.web.method.annotation
Subclasses of ErrorResponseException in org.springframework.web.method.annotationModifier and TypeClassDescriptionclassResponseStatusExceptionthat is alsoMethodValidationResult. -
Uses of ErrorResponseException in org.springframework.web.server
Subclasses of ErrorResponseException in org.springframework.web.serverModifier and TypeClassDescriptionclassException for errors that fit response status 405 (method not allowed).classServerWebInputExceptionsubclass that indicates a missing request value such as a request header, cookie value, query parameter, etc.classException for errors that fit response status 406 (not acceptable).classSubclass ofErrorResponseExceptionthat accepts a "reason", and by default maps that to the"detail"of theProblemDetail.classException for anHttpStatus.INTERNAL_SERVER_ERRORthat exposes extra information about a controller method that failed, or a controller method argument that could not be resolved.classException for errors that fit response status 400 (bad request) for use in Spring Web applications.classServerWebInputExceptionsubclass that indicates an unsatisfied parameter condition, as typically expressed using an@RequestMappingannotation at the@Controllertype level.classException for errors that fit response status 415 (unsupported media type).