Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How can you separate protocol-specific error handling from the business logic in an API implementation class?

Pragya Keshap answered on February 17, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


How can you separate protocol-specific error handling from the business logic in an API implementation class?

0

 You can use a common class annotated as @RestControllerAdvice

and declare exception handler methods for the exceptions that the business

logic might throw. For example, mapping InvalidInputException to the

HTTP response code UNPROCESSABLE_ENTITY might appear as follows:

Popularity 1/10 Helpfulness 1/10 Language java
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Feb 17 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.