private void fireLoadCbAndCatch(UncaughtExceptionHandler handler,
String url, GeoXmlLoadCallback cb) {
try {
fireLoadCb(url, cb);
} catch (Throwable e) {
handler.onUncaughtException(e);
}
}
};
JavaScriptObject outerJsoPeer = GeoXmlOverlayImpl.impl.constructGeoXmlOverlay(