Example usage for org.apache.wicket WicketRuntimeException subclass-usage

List of usage examples for org.apache.wicket WicketRuntimeException subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket WicketRuntimeException subclass-usage.

Usage

From source file de.flapdoodle.wicket.serialize.java.WicketSerializableCheckException.java

/**
 * Exception that is thrown when a non-serializable object was found.
 */
public final class WicketSerializableCheckException extends WicketRuntimeException {
    private static final long serialVersionUID = 1L;

From source file org.smallmind.wicket.FormattedWicketRuntimeException.java

public class FormattedWicketRuntimeException extends WicketRuntimeException {

    public FormattedWicketRuntimeException() {

        super();
    }