java.lang.Object
java.lang.Throwable
java.lang.Exception
com.simscomputing.testbed.NoSuchTestException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoSuchTestException
- extends java.lang.Exception
Indicates that the specified test method does not exist.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2000/02/21 21:22:34 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchTestException
public NoSuchTestException()
- Instantiates the object.
NoSuchTestException
public NoSuchTestException(java.lang.String message)
- Constructs the object with the specified message.