Re: Client Side Checked Exceptions

2008-11-17 Thread [EMAIL PROTECTED]
Turns out it was just not catching NullPoiterException. probably related to the difference between null and undefined On Oct 28, 5:20 pm, Ravi M <[EMAIL PROTECTED]> wrote: > Stephen > > I _think_ Lothar's point is that MyException needs to extend > com.google.gwt.user.client.rpc.SerializableExcep

Re: Client Side Checked Exceptions

2008-10-28 Thread Ravi M
Stephen I _think_ Lothar's point is that MyException needs to extend com.google.gwt.user.client.rpc.SerializableException not just implement IsSerializable for exceptions across RPC to work properly. I had this problem a few weeks back where exceptions thrown across RPC were merely IsSerializable

Re: Client Side Checked Exceptions

2008-10-21 Thread [EMAIL PROTECTED]
Sorry lothar. to answere your first question, it isnt being caught at all, and MyException extends isSerialisable however as i mentioned i was mistaken, instanceof works perfectly. Thank you for taking the time to help develop gwt and for helping me out :) On Oct 21, 1:28 pm, Lothar Kimmeringer

Re: Client Side Checked Exceptions

2008-10-21 Thread [EMAIL PROTECTED]
This is in web mode only On Oct 21, 1:19 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Has anyone got any further input to this > thread?http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa... > > Sorry for reposting but to me this is a critical issue that should be > loo

Re: Client Side Checked Exceptions

2008-10-21 Thread Lothar Kimmeringer
[EMAIL PROTECTED] schrieb: > Sorry for reposting but to me this is a critical issue that should be > looked into asp. Has anyone else had this problem or can someone else > reproduce it? You haven't answered my question, so I didn't see a reason to look into that further (nobody is paying me for

Re: Client Side Checked Exceptions

2008-10-21 Thread [EMAIL PROTECTED]
my mistake. The instanceof bit works ok, my browser was caching the old js. but either way exceptions are still a huge issue for me On Oct 21, 1:23 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > This is in web mode only > > On Oct 21, 1:19 pm, "[EMAIL PROTECTED]" > > > > <[EMAIL PROTECTED]>

Client Side Checked Exceptions

2008-10-21 Thread [EMAIL PROTECTED]
Has anyone got any further input to this thread? http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/32e8fbe48f68a732# Sorry for reposting but to me this is a critical issue that should be looked into asp. Has anyone else had this problem or can someone else reproduce it? iv a