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 " +
On 2009/12/02 20:25:39, Dan Rice wrote:
> It's a subclass of IllegalArgumentException, which gets wrapped in a
> SerializationException in:


com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserialize(String)

> which in turn is caught in:

> com.google.gwt.user.server.rpc.RPC.decodeRequest(String, Class<?>,
> SerializationPolicyProvider)

> and re-thrown as an IncompatibleRemoteServiceException.

Right, but that IRSE will just have a generic message, and not anything
from the actual server-side exception, right?

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

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

Reply via email to