Example usage for com.vaadin.server DefaultErrorHandler subclass-usage

List of usage examples for com.vaadin.server DefaultErrorHandler subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.server DefaultErrorHandler subclass-usage.

Usage

From source file de.gedoplan.webclients.vaadin.base.ErrorHandler.java

/**
 *
 * @author hjungnitsch
 */
@ApplicationScoped
public class ErrorHandler extends DefaultErrorHandler {

From source file de.unioninvestment.eai.portal.portlet.crud.CrudErrorHandler.java

public class CrudErrorHandler extends DefaultErrorHandler {

    private static final long serialVersionUID = 1L;

    private static final Logger LOGGER = LoggerFactory.getLogger(CrudErrorHandler.class);

From source file org.eclipse.hawkbit.ui.components.HawkbitUIErrorHandler.java

/**
 * Default handler for Hawkbit UI.
 */
public class HawkbitUIErrorHandler extends DefaultErrorHandler {

    private static final long serialVersionUID = 1L;

From source file org.opencms.ui.CmsVaadinErrorHandler.java

/**
 * Error handler for uncaught Vaadin exceptions.<p>
 */
public class CmsVaadinErrorHandler extends DefaultErrorHandler {

    /** The logger instance for this class. */

From source file uk.co.q3c.v7.base.shiro.V7ErrorHandler.java

/**
 * Extends the {@link DefaultErrorHandler} to intercept Shiro related exceptions
 * - {@link UnauthorizedException} and {@link UnauthenticatedException}. Uses
 * pluggable handlers for both.
 * 
 * @author David Sowerby 4 Jan 2013

From source file uk.q3c.krail.core.shiro.KrailErrorHandler.java

/**
 * Extends the {@link DefaultErrorHandler} to intercept known V& exceptions, including Shiro related exceptions -
 * {@link UnauthorizedException} and {@link UnauthenticatedException}. Uses pluggable handlers for all caught
 * exceptions.
 *
 * @author David Sowerby 4 Jan 2013