exception « bit « Java Data Type Q&A





1. Is it a good practice to have specific Exceptions for everything? Or is it better to reuse a bit more abstract exception?    stackoverflow.com

I am dealing with a project, in wich I have written one Exception for each possible exception situation. The point is that I find it more "readable", but I am getting ...