@Order
public class ReactiveMissingKotlinParameterExceptionHandler
Represents the WebExceptionHandler that handles MissingKotlinParameterException and throws a ConstraintViolationException.
| Constructor and Description |
|---|
ReactiveMissingKotlinParameterExceptionHandler()
Represents the WebExceptionHandler that handles MissingKotlinParameterException and throws a ConstraintViolationException.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<java.lang.Void> |
handle(org.springframework.web.server.ServerWebExchange exchange,
java.lang.Throwable ex)
Handle MissingKotlinParameterException and throws a ConstraintViolationException
|
public ReactiveMissingKotlinParameterExceptionHandler()
Represents the WebExceptionHandler that handles MissingKotlinParameterException and throws a ConstraintViolationException.
@NotNull
public reactor.core.publisher.Mono<java.lang.Void> handle(@NotNull
org.springframework.web.server.ServerWebExchange exchange,
@NotNull
java.lang.Throwable ex)
Handle MissingKotlinParameterException and throws a ConstraintViolationException
exchange - specifies the current webflux requestex - specifies the MissingKotlinParameterException