Uses of Interface
com.google.gwt.core.client.GWT.UncaughtExceptionHandler
Packages that use GWT.UncaughtExceptionHandler
-
Uses of GWT.UncaughtExceptionHandler in com.google.gwt.core.client
Methods in com.google.gwt.core.client that return GWT.UncaughtExceptionHandlerModifier and TypeMethodDescriptionstatic GWT.UncaughtExceptionHandlerReturns the currently active uncaughtExceptionHandler.Methods in com.google.gwt.core.client with parameters of type GWT.UncaughtExceptionHandlerModifier and TypeMethodDescriptionstatic voidGWT.setUncaughtExceptionHandler(GWT.UncaughtExceptionHandler handler) Sets a custom uncaught exception handler.