Are there any 'best practices' or do's/dont's while throwing/handling exceptions in/from static methods ? Or Is there any difference in exception handling wrt static and non-static member functions ?
I could not find any such answer on the net. Thanks for help.