justinhrobbins / FlashCards_App

Flashcards application
Apache License 2.0
0 stars 3 forks source link

improve exception handling #155

Open justinhrobbins opened 10 years ago

justinhrobbins commented 10 years ago

WebService methods should not be littered with exception handling. Add additional ExceptionMapper classes.

http://www.codingpedia.org/ama/error-handling-in-rest-api-with-jersey/