Assertions for empty code paths that should never be executed.
author: Mark Matthews version: $Id: AssertionFailedException.java,v 1.1.2.1 2005/05/13 18:58:37 version: mmatthews Exp $
Constructor Summary
public
AssertionFailedException(Exception ex) Creates an AssertionFailedException for the given exception that should
never have been thrown.
Creates an AssertionFailedException for the given exception that should
never have been thrown.
Parameters: ex - the exception that should never have been thrown.