Example usage for com.google.gwt.debugpanel.common GwtExceptionSerializer GwtExceptionSerializer

List of usage examples for com.google.gwt.debugpanel.common GwtExceptionSerializer GwtExceptionSerializer

Introduction

In this page you can find the example usage for com.google.gwt.debugpanel.common GwtExceptionSerializer GwtExceptionSerializer.

Prototype

public GwtExceptionSerializer() 

Source Link

Usage

From source file:com.example.app.client.MyMainApp.java

License:Apache License

public void onModuleLoad() {
    final EchoServiceAsync service = GWT.create(EchoService.class);
    RootPanel.get("contents").add(new EchoWidget(service,
            new ExceptionHandler(new GwtStatisticsEventDispatcher(), new GwtExceptionSerializer())));
}