Re: Customizing Serialization process for exceptions In GWT

2010-11-15 Thread keyboard_samurai
Can anyone atleast let me know if what i am looking at is feasible in first place. Thank you! On Nov 14, 3:16 pm, keyboard_samurai wrote: > Hi, > > I am curious to find out if we can override few features in GWT to > achieve the following :- In GWT if we want an exception to be > propagated to t

Customizing Serialization process for exceptions In GWT

2010-11-14 Thread keyboard_samurai
Hi, I am curious to find out if we can override few features in GWT to achieve the following :- In GWT if we want an exception to be propagated to the client, the interfaces (extending RemoteService) should have the throws explicitly declared. In our project we have an exception hierarchy defined