org.openejb.test
Class TestFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openejb.test.TestFailureException
All Implemented Interfaces:
java.io.Serializable

public class TestFailureException
extends java.lang.Exception

Author:
David Blevins, Richard Monson-Haefel
See Also:
Serialized Form

Field Summary
 junit.framework.AssertionFailedError error
           
 
Constructor Summary
TestFailureException(junit.framework.AssertionFailedError afe)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

error

public junit.framework.AssertionFailedError error
Constructor Detail

TestFailureException

public TestFailureException(junit.framework.AssertionFailedError afe)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 1999-2011 OpenEJB. All Rights Reserved.