I have had numerous times when an exception goes uncaught in my GUI code making it hard to determine what went wrong. To fix this, I am trying to use the Log.setUncaughtExceptionHandler() method in gwt-log so that any such exception would be caught and logged thus making debugging easier. See here for the feature I am trying to use and search for 'setUncaughtExceptionHandler'.
Has any one gotten this working?
What is happening for me is that there is a window created to display logs that sits behind and overlapping my GUI. Is suspect this has something to do with the way windowing is handled in smartgwt. Has any one figured out the best way to use Log.setUncaughtExceptionHandler() method in gwt-log that overcomes the problem I mention?
Thanks for sharing.
Has any one gotten this working?
What is happening for me is that there is a window created to display logs that sits behind and overlapping my GUI. Is suspect this has something to do with the way windowing is handled in smartgwt. Has any one figured out the best way to use Log.setUncaughtExceptionHandler() method in gwt-log that overcomes the problem I mention?
Thanks for sharing.
Comment