Java com.google.gwt.ajaxloader.client ExceptionHelper fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.ajaxloader.client ExceptionHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.ajaxloader.client ExceptionHelper.

The text is from its open source code.

Method

voidrunProtected(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.