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

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

Introduction

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

Usage

From source file name.martingeisse.admin.application.pages.AbstractSpecializedExceptionPage.java

/**
 * Base class for exception error pages that are specialized for
 * certain types of exceptions. These pages basically look like
 * Wicket's exception page but display additional information
 * above the stack trace.
 */