202 Views
Whether you are a rookie developer or a weathered code monkey, you have seen this exception at some point in your work. Chances are, if you are the latter of the two, you have dealt with tracking the issue down and dealing with it. My goal, is to make that better.
The only tidbit I would add is that you should handle your exceptions at the highest level possible in your application. In that way you have limited places to worry about logging code or user notifications.