You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Is it possible to handle client exception(invalid input json or invalid query) using @ExceptionHandler annotation.
I am able to handle any server side exception like custom exceptions or say a NullPointerException. But not able to capture exception in case client sends a invalid query.