Search in sources :

Example 1 with SystemErrorHandler

use of com.vaadin.client.SystemErrorHandler in project flow by vaadin.

the class GwtErrotHandlerTest method gwtSetUp.

@Override
protected void gwtSetUp() throws Exception {
    super.gwtSetUp();
    Reactive.reset();
    registry = new Registry() {

        {
            set(ApplicationConfiguration.class, new ApplicationConfiguration());
            set(SystemErrorHandler.class, new SystemErrorHandler(this));
        }
    };
}
Also used : SystemErrorHandler(com.vaadin.client.SystemErrorHandler) Registry(com.vaadin.client.Registry) ApplicationConfiguration(com.vaadin.client.ApplicationConfiguration)

Aggregations

ApplicationConfiguration (com.vaadin.client.ApplicationConfiguration)1 Registry (com.vaadin.client.Registry)1 SystemErrorHandler (com.vaadin.client.SystemErrorHandler)1