Thanks for reply, but I have already done that. Very Strangely the
application is not throwing even a single exception in hosted mode but
it throws the mentioned exception in compiled mode. How I traced
that ? I am using "Console.log(String)" for mozilla. So I am getting
it over the console of firebug.

Anyway using the same strategy for debugging I logged the things over
firebug and I got this :

(*note : once again you should notice that none of the exception are
being thrown in hosted mode, the console of mozilla and eclipse are
not having any of them but the same code in complied mode is throwing
the below mentioned. The code has set 'UncaughtExceptionHandler' and
taking care of umbrella exceptions

Code :
class AxisFactory{
    private Axis axis;
     .
     .
   public RaphaelObject getRaphaelAxis(){
       Console.log((axis == null)+" ");    // Expected true or false
but below mentioned exceptions are thrown
       ......
      ......
  }
}

EXCEPTIONS TRACE ON FIREBUG CONSOLE(COMPILED MODE) :
..
...
..
calling getRaphaelAxis()

com.google.gwt.core.client.JavaScriptException: (TypeError): this
$static is null stack: java_lang_Object_
$toString__Ljava_lang_Object_2Ljava_lang_String_2(null)@file:///D:/
Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:20
com_google_chart_1gwt_client_category_AxisFactory_
$getRaphaelAxis__Lcom_google_chart_1gwt_client_category_AxisFactory_2Lcom_hydro4ge_raphaelgwt_client_RaphaelObject_2([object
Object])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:1251
com_google_chart_1gwt_client_category_bar_BarChartFactory_
$createBarAxis__Lcom_google_chart_1gwt_client_category_bar_BarChartFactory_2ZLjava_lang_Class_2V([object
Object],true,[object Object])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:2205
com_google_chart_1gwt_client_category_bar_BarChart_
$draw__Lcom_google_chart_1gwt_client_category_bar_BarChart_2ZV([object
Object],true)@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:2032
com_google_chart_1gwt_client_category_bar_BarChart_draw__V()@file:///
D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:2149
com_google_chart_1gwt_client_testwidgets_BarChartWidget_
$createChart__Lcom_google_chart_1gwt_client_testwidgets_BarChartWidget_2Lcom_google_chart_1gwt_client_Chart_2V([object
Object],[object Object])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:2937
com_google_chart_1gwt_client_testwidgets_BarChartWidget_
$createBarChart__Lcom_google_chart_1gwt_client_testwidgets_BarChartWidget_2Lcom_google_chart_1gwt_client_category_bar_BarChart_2V([object
Object],[object Object])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:2906
com_google_chart_1gwt_client_testwidgets_BarChartWidget_
$onDrawChart__Lcom_google_chart_1gwt_client_testwidgets_BarChartWidget_2Lcom_google_gwt_event_dom_client_ClickEvent_2V([object
Object])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:2986
com_google_chart_1gwt_client_testwidgets_BarChartWidget_1BinderImpl
$3_onClick__Lcom_google_gwt_event_dom_client_ClickEvent_2V([object
Object])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:3257
com_google_gwt_event_dom_client_ClickEvent_dispatch__Lcom_google_gwt_event_shared_EventHandler_2V([object
Object])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:5545
com_google_web_bindery_event_shared_SimpleEventBus_
$doFire__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event_2Ljava_lang_Object_2V([object
Object],[object Object])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:5914
com_google_gwt_event_shared_HandlerManager_
$fireEvent__Lcom_google_gwt_event_shared_HandlerManager_2Lcom_google_gwt_event_shared_GwtEvent_2V([object
Object],[object Object])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:5826
com_google_gwt_user_client_ui_Widget_
$fireEvent__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_event_shared_GwtEvent_2V([object
Object],[object Object])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:740
com_google_gwt_event_dom_client_DomEvent_fireNativeEvent__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_event_shared_HasHandlers_2Lcom_google_gwt_dom_client_Element_2V([object
MouseEvent],[object Object],[object HTMLButtonElement])@file:///D:/
Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:5491
com_google_gwt_user_client_ui_Widget_
$onBrowserEvent__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_Event_2V([object
Object],[object MouseEvent])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:768
com_google_gwt_user_client_ui_Widget_onBrowserEvent__Lcom_google_gwt_user_client_Event_2V([object
MouseEvent])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:852
com_google_gwt_user_client_DOM_dispatchEvent__Lcom_google_gwt_user_client_Event_2Lcom_google_gwt_user_client_Element_2Lcom_google_gwt_user_client_EventListener_2V([object
MouseEvent],[object HTMLButtonElement],[object Object])@file:///D:/
Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:6617 ([object
MouseEvent])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:6999
com_google_gwt_core_client_impl_Impl_apply__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2((function
(evt) {var listener, curElem = this;while (curElem && !(listener =
curElem.__listener)) {curElem = curElem.parentNode;}curElem &&
curElem.nodeType != 1 && (curElem = null);listener &&
com_google_gwt_user_client_impl_DOMImpl_isMyListener__Ljava_lang_Object_2Z(listener)
&&
com_google_gwt_user_client_DOM_dispatchEvent__Lcom_google_gwt_user_client_Event_2Lcom_google_gwt_user_client_Element_2Lcom_google_gwt_user_client_EventListener_2V(evt,
curElem, listener);}),[object HTMLButtonElement],[object
Arguments])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:4464
com_google_gwt_core_client_impl_Impl_entry0__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2((function
(evt) {var listener, curElem = this;while (curElem && !(listener =
curElem.__listener)) {curElem = curElem.parentNode;}curElem &&
curElem.nodeType != 1 && (curElem = null);listener &&
com_google_gwt_user_client_impl_DOMImpl_isMyListener__Ljava_lang_Object_2Z(listener)
&&
com_google_gwt_user_client_DOM_dispatchEvent__Lcom_google_gwt_user_client_Event_2Lcom_google_gwt_user_client_Element_2Lcom_google_gwt_user_client_EventListener_2V(evt,
curElem, listener);}),[object HTMLButtonElement],[object
Arguments])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:4494 ([object
MouseEvent])@file:///D:/Chart_gwt/Chart_gwt1.2/war/
chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html:4479
fileName: 
file:///D:/Chart_gwt/Chart_gwt1.2/war/chart_gwt1_2/8F84D8610801266733245FFB19A0E8D9.cache.html
lineNumber: 20

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

Reply via email to