Class DefaultUncaughtExceptionHandler
java.lang.Object
com.levigo.jadice.web.demo.common.client.util.DefaultUncaughtExceptionHandler
- All Implemented Interfaces:
com.google.gwt.core.client.GWT.UncaughtExceptionHandler
public class DefaultUncaughtExceptionHandler
extends Object
implements com.google.gwt.core.client.GWT.UncaughtExceptionHandler
Catches most kind of errors in the demo applciations and delegates them to the
NotificationEventBus
for further processing.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultUncaughtExceptionHandler
public DefaultUncaughtExceptionHandler()
-
-
Method Details
-
onUncaughtException
- Specified by:
onUncaughtException
in interfacecom.google.gwt.core.client.GWT.UncaughtExceptionHandler
-