I spoke to Scott offline and he thinks that the client code should never get to these operations due to compile errors. At the same time, many of the functions can't throw exceptions since even though client code does not call them, the class itself will call some of them (even though they are no-ops). So - I'm just going to leave the code as is (but file away the info on being able to throw UnsupportedOperationExceptions - thanks!)
- Unnur On Wed, May 5, 2010 at 11:33 AM, Lex Spoon <[email protected]> wrote: > On Wed, May 5, 2010 at 2:15 PM, Ray Ryan <[email protected]> wrote: >> >> You should be able to throw subclasses of RuntimeException, no? > > For example, UnsupportedOperationException. -Lex > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
