hugoloza / gwt-mobile-webkit

Automatically exported from code.google.com/p/gwt-mobile-webkit
2 stars 0 forks source link

Build support for GWT's UncaughtExceptionHandler #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to the documentation of [http://code.google.com/p/google-web-
toolkit/source/browse/trunk/user/src/com/google/gwt/core/client/GWT.java#26 
GWT.UncaughtExceptionHandler], we need to catch Exceptions before they can 
escape to the 
browser. The Gears Geolocation implementation for instance 
[http://code.google.com/p/gwt-
google-
apis/source/browse/trunk/gears/gears/src/com/google/gwt/gears/client/geolocation
/Geolocation
.java#69 shows how it should be used].

Original issue reported on code.google.com by bguijt on 20 Jul 2009 at 1:59

GoogleCodeExporter commented 9 years ago
This issue was closed by r114.

Original comment by bguijt on 27 Jul 2009 at 9:34