toggle menu
lmos-runtime
0.9.0
jvm
switch theme
search in API
lmos-runtime
/
ai.ancf.lmos.runtime.core.exception
/
GlobalExceptionHandler
/
handleInvalidInputException
handle
Invalid
Input
Exception
@
ExceptionHandler
(
value
=
[
ServerWebInputException::class
]
)
fun
handleInvalidInputException
(
exchange
:
ServerWebExchange
,
ex
:
ServerWebInputException
)
:
ResponseEntity
<
ErrorMessage
>