Package | Description |
---|---|
com.google.gwt.core.client |
Fundamental classes used in client-side GWT code.
|
com.google.gwt.core.client.impl |
Modifier and Type | Method and Description |
---|---|
static GWT.UncaughtExceptionHandler |
GWT.getUncaughtExceptionHandler()
Returns the currently active uncaughtExceptionHandler.
|
Modifier and Type | Method and Description |
---|---|
static void |
GWT.setUncaughtExceptionHandler(GWT.UncaughtExceptionHandler handler)
Sets a custom uncaught exception handler.
|
Modifier and Type | Method and Description |
---|---|
static void |
Impl.setUncaughtExceptionHandlerForTest(GWT.UncaughtExceptionHandler handler)
Set an uncaught exception handler to spy on uncaught exceptions in unit
tests.
|
Copyright © 2018. All rights reserved.