Uses of Class
org.springframework.web.server.ServerWebInputException
Package
Description
Support classes for web data binding.
Infrastructure for annotation-based handler method processing.
Core interfaces and classes for Spring's generic, reactive web support.
-
Uses of ServerWebInputException in org.springframework.web.bind.support
Modifier and TypeClassDescriptionclass
ServerWebInputException
subclass that indicates a data binding or validation failure. -
Uses of ServerWebInputException in org.springframework.web.reactive.result.method.annotation
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<ResponseEntity<Object>>
ResponseEntityExceptionHandler.handleServerWebInputException
(ServerWebInputException ex, HttpHeaders headers, HttpStatusCode status, ServerWebExchange exchange) Customize the handling ofServerWebInputException
.Modifier and TypeMethodDescriptionprotected void
MatrixVariableMethodArgumentResolver.handleMissingValue
(String name, MethodParameter parameter) -
Uses of ServerWebInputException in org.springframework.web.server
Modifier and TypeClassDescriptionclass
ServerWebInputException
subclass that indicates a missing request value such as a request header, cookie value, query parameter, etc.class
ServerWebInputException
subclass that indicates an unsatisfied parameter condition, as typically expressed using an@RequestMapping
annotation at the@Controller
type level.