http://gwt-code-reviews.appspot.com/118802/diff/1/3
File
user/src/com/google/gwt/user/server/rpc/impl/ServerSerializationStreamReader.java
(right):

http://gwt-code-reviews.appspot.com/118802/diff/1/3#newcode819
Line 819: return new NumberFormatException("Expected type '" + type + "'
but received " +
Since NFE is a RuntimeException that is not declared on the RPC method
(at least likely not), this will not get sent back to the client, right?
  How will this help the developer figure out what is going on?

http://gwt-code-reviews.appspot.com/118802

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to