Example usage for java.lang AssertionError subclass-usage

List of usage examples for java.lang AssertionError subclass-usage

Introduction

In this page you can find the example usage for java.lang AssertionError subclass-usage.

Usage

From source file net.javacrumbs.smock.common.SourceAndControlAssertionError.java

/**
 * Subclass of {@link AssertionError} that also contains a message and control
 * message {@link Source} for more context.
 * 
 * @author Lukas Krecan
 * @author Arjen Poutsma