Example usage for com.vaadin.server ErrorHandler interface-usage

List of usage examples for com.vaadin.server ErrorHandler interface-usage

Introduction

In this page you can find the example usage for com.vaadin.server ErrorHandler interface-usage.

Usage

From source file de.symeda.sormas.ui.SormasErrorHandler.java

public class SormasErrorHandler implements ErrorHandler {

    private static final long serialVersionUID = -8550777561547915589L;

    private static final Logger logger = LoggerFactory.getLogger(SormasErrorHandler.class);

From source file info.magnolia.ui.admincentral.AdmincentralErrorHandler.java

/**
 * The {@link AdmincentralErrorHandler} logs unhandled exceptions and sends error messages to the pulse.
 * <p>
 * It replaces Vaadin's default behavior for component errors, which would otherwise display error icons and stack traces in tooltips.
 */
public class AdmincentralErrorHandler implements ErrorHandler {