On Fri, Nov 20, 2009 at 2:08 PM, BobV <[email protected]> wrote: > Including declared RTE's has been there since 1.5. Since the user has > explicitly asked for those throwable types, I'm thinking that it's no > worse than any other exception type.
Okay, I suppose we are stuck with it, then. I don't immediately see an easy way to ween people off of them if they are already using them. Adding a warning to STOB output would not be paid attention to. > What we should do as a > sanity-check is to explicitly disallow > > void serviceMethod() throws Exception; > void serviceMethod() throws RuntimeException; > > because that would be hideously expensive. Tempting, but those have also been supported since at least 1.5.... Lex -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
