Represent an exception that should stop the running test. It is a runtime exception but it will be caught by JUnit so the application will not stop. The test will be reported as failed. It implements chaining.
@author
Vincent Massol
@version $Id: ChainedRuntimeException.java,v 1.4 2001/09/14 20:20:13 pier Exp $