I have a class with number of methods and want to have one exception handler for them all.
There are so many of these methods and they have different parameters, that it would b
you might want to put a try/catch about you main method, although i consider this to be a serious misuse of exception handling, except you want to append a logger or sth.