Using GWT 2.5.0 and Eclipse Juno I'm declaring a *throws RuntimeException*inside a method signature.
Thought that this should force implementing methods to declare this as well but Eclipse doesn't complain on not doing so. Is this by design (of Java and/or GWT)? If so: what's the whole purpose of an interface method declaring a *throws* statement? -- 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/-/vv8J2pDiAGQJ. 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.
