munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
order-service
/
com.munchies.order.infrastructure.adapter.inbound.web.controller
/
ValidationExceptionHandler
Validation
Exception
Handler
@
Singleton
class
ValidationExceptionHandler
:
ExceptionHandler
<
ValidationException
,
HttpResponse
<
ErrorResponse
>
>
Members
Constructors
Validation
Exception
Handler
Link copied to clipboard
constructor
(
)
Functions
handle
Link copied to clipboard
open
override
fun
handle
(
request
:
HttpRequest
<
*
>
,
exception
:
ValidationException
)
:
HttpResponse
<
ErrorResponse
>