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 Details

    • DefaultUncaughtExceptionHandler

      public DefaultUncaughtExceptionHandler()
  • Method Details

    • onUncaughtException

      public void onUncaughtException(Throwable e)
      Specified by:
      onUncaughtException in interface com.google.gwt.core.client.GWT.UncaughtExceptionHandler