hankwr / Cmsc455Final

Backend for final project collaboration between CMSCs 106 and 455
2 stars 0 forks source link

easier exception handling #3

Open hankwr opened 3 months ago

hankwr commented 3 months ago

I'm looking to add in some custom exception handling/resolving (i.e., no more try/catch blocks). I've opened up a new branch for it in case it doesn't pan out (it shouldn't be a main focus for a while yet).

here are some guides I'm referring to if you decide to hop onto it: Exception Handling in Spring MVC Guide to Spring Boot REST API Error Handling

stuja16 commented 3 months ago

Exception handling would be good to give the front-end people clearer instructions on errors if they give them. It might be worth modeling it after the examples Gregg gave in one of the latest example projects. He has a whole folder w/ 5 custom exception examples.

Final Project Suggestions