How to catch the Runtime exceptions in the customized way.............
Hi,
In our application We need to catch the Runtime Exceptions. that are generated in the application.
i have an idea of making a base exception class which extends the exception
and in that class making a Handler method and catching all the exceptions within this handler and displaying the message to UI and Reporting to Log.
I need to have an other option which is more suitable than this.

