By lokeshgupta1981
via howtodoinjava.com
Published: Nov 05 2012 / 07:39
Friends, we have been using exception handling in our code for almost every industry standard application. Usual approach is to create some custom Exception classes extending the base Exception class. In this post, I will suggest another approach which might make you more sense.
Add your comment