|| ApplicationManager.getApplicationManager().inStartup() ) {
EventLogger.logEvent( Widget.WIDGET_GUID, t.getMessage().getBytes() );
return;
}
WidgetError we = null;
try {
canConnect( url );
we = new WidgetError( t, url );
} catch( Exception e ) {
we = new WidgetError( e, url );
}
Application.getApplication().invokeAndWait( we );
}