|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.ajaxloader.client.ExceptionHelper
public abstract class ExceptionHelper
Helps with the GWT uncaught exception handler.
Method Summary | |
---|---|
static void |
runProtected(java.lang.Runnable runnable)
If an uncaught exception handler has been registered, execute the Runnable in a try/catch block and handle exceptions with the uncaught exception handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void runProtected(java.lang.Runnable runnable)
runnable
- The Runnable to execute.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |