Ahhhh alright! I knew there must have been some stupid mistake.  Thank
you!

On Sep 9, 10:54 am, Thomas Broyer <[email protected]> wrote:
> You should declare thrown exceptions only on the "sync" interface, not the
> "async" one.
>
> Sync:
>    boolean doFoo(int bar) throws MyException;
>
> Async:
>    void doFoo(int bar, AsyncCallback<Boolean> callback); // no "throws"
> clause here

-- 
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.

Reply via email to