org.jtestcase
Class JTestCaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)