Hi,
I have a general question on exception handling. I instantiated an object and want to call one of its methods. There are five diffrent exceptions documented for this method. The question is Sould I put the method call in the try block and create catch blocks for all five exceptions?

Regards,
serge