Class ServerWebInputException

All Implemented Interfaces:
Serializable, ErrorResponse
Direct Known Subclasses:
MissingRequestValueException, UnsatisfiedRequestParameterException, WebExchangeBindException

public class ServerWebInputException extends ResponseStatusException
Exception for errors that fit response status 400 (bad request) for use in Spring Web applications. The exception provides additional fields (e.g. an optional MethodParameter if related to the error).
Since:
5.0
Author:
Rossen Stoyanchev
See Also: