Stephen, When you say "i have to catch it using..." you are giving an interpretation of the problem (or rather, your solution) instead of the problem itself. What happens if you write code to catch the exact exception thrown?
Walden On Oct 15, 5:42 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I am finding that often if i throw an exception in the client side > then i have to catch it using "catch (Exception ex)" rather than > "catch (TheActualExceptionThrown ex)". > > Does anyone else have this issue as i havent seen any posts on the > issue and it seems pretty annoying. > > Thanks, > Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
