1. Is it a good practice to have specific Exceptions for everything? Or is it better to reuse a bit more abstract exception? stackoverflow.comI 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 ... |