Monday, January 30, 2012

Re: GWT and method overriding

Add the @Override annotation to be 100% sure that you're actually overriding the handleException in the abstract class. (Then you will get a compiler error if not).

/l3dx

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/S97uJUbynQwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment