Hi all,
since updating Smartgwt from 2.0 to 2.1 and 2.2 UncaughtExceptionHandler doesn´t seem to work as excepted. Using Version 2.0 I defined global UncaugtExceptionHandler in onModuleLoad() which worked fine. Since version 2.1 this exception handler isn´t called any more. So do I have to define UncaughtExceptionHandler in every of my controller classes? I don´t think this is the recommended way... I´m using GWT 2.0.3 with Smartgwt 2.2.
Any Suggestions?
Regards Rainer
since updating Smartgwt from 2.0 to 2.1 and 2.2 UncaughtExceptionHandler doesn´t seem to work as excepted. Using Version 2.0 I defined global UncaugtExceptionHandler in onModuleLoad() which worked fine. Since version 2.1 this exception handler isn´t called any more. So do I have to define UncaughtExceptionHandler in every of my controller classes? I don´t think this is the recommended way... I´m using GWT 2.0.3 with Smartgwt 2.2.
Any Suggestions?
Regards Rainer
Comment