I am simply creating an exception object but not throwing it. Storing
it for later use. When I try to run this code (hosted mode) the
runtime complains that the exception has been thrown from this
location. Yet there is no *throw* keyword used. Simply creation of an
exception object and assignment to a reference.

Is this a GWT bug? Is it caused by some sort of optimization the
compiler does? Is this some kind of rule that I need to follow and did
not realize it? Seems strange that an exception would be thrown
*without* the use of the *throw* keyword.

Dev Environment:
Mac OS X 10.5.7
GWT 2.0 (compiled from trunk, about 1-2 weeks old)
Eclipse 3.5
GWT Plugin for Eclipse 3.5
Java 1.6 64-bit

Thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to