long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-controller
/
org.artofdev.tasks.controller
/
TasksRestController
/
handleIllegalArgumentException
handle
Illegal
Argument
Exception
@
ExceptionHandler
(
value
=
[
IllegalArgumentException::class
]
)
fun
handleIllegalArgumentException
(
ex
:
IllegalArgumentException
)
:
ResponseEntity
<
String
?
>