org.jtestcase
Class JTestCaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtestcase.JTestCaseException
All Implemented Interfaces:
java.io.Serializable

public class JTestCaseException
extends java.lang.Exception

JTestCaseException is thrown in any cases JTestCase has to report an error to the outside.

Author:
Fausto Lelli, Yuqing Wang, Christian Koelle $Id: JTestCaseException.java,v 1.4 2005/11/05 11:21:05 faustothegrey Exp $
See Also:
Serialized Form

Constructor Summary
JTestCaseException()
           
JTestCaseException(java.lang.String s)
           
JTestCaseException(java.lang.String s, java.lang.Throwable e)
           
JTestCaseException(java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JTestCaseException

public JTestCaseException()
See Also:
Exception.Exception()

JTestCaseException

public JTestCaseException(java.lang.String s)
See Also:
Exception.Exception(java.lang.String)

JTestCaseException

public JTestCaseException(java.lang.Throwable e)
See Also:
Exception.Exception(java.lang.Throwable)

JTestCaseException

public JTestCaseException(java.lang.String s,
                          java.lang.Throwable e)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)