Example usage for org.apache.wicket.markup.html.pages AbstractErrorPage subclass-usage

List of usage examples for org.apache.wicket.markup.html.pages AbstractErrorPage subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.pages AbstractErrorPage subclass-usage.

Usage

From source file org.efaps.ui.wicket.pages.error.UnexpectedErrorPage.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 * @version $Id$
 */

From source file org.jabylon.rest.ui.wicket.CustomInternalErrorPage.java

/**
 * @author jutzig.dev@googlemail.com
 *
 */
public class CustomInternalErrorPage extends AbstractErrorPage {

From source file org.lbogdanov.poker.web.page.ErrorPage.java

/**
 * Represents a custom error page feat. Tard, the Grumpy Cat!
 * 
 * @author Leonid Bogdanov
 */
public class ErrorPage extends AbstractErrorPage {

From source file org.onexus.ui.api.pages.error.ExceptionErrorPage.java

public class ExceptionErrorPage extends AbstractErrorPage {
    private static final long serialVersionUID = 1L;

    /**
     * Keep a reference to the root cause. WicketTester will use it
     */

From source file org.onexus.website.api.utils.error.ExceptionErrorPage.java

public class ExceptionErrorPage extends AbstractErrorPage {
    private static final long serialVersionUID = 1L;

    /**
     * Keep a reference to the root cause. WicketTester will use it
     */