Skip to main content

All Questions

5 votes
2 answers
2k views

Exception versus return code in DAO pattern

After reading a lot about the abusive use of exceptions in Java and how you should let an exception bubble up through the different layers of an application, I've come to a point where I don't know ...
Jonathan Taws's user avatar