java.lang.Object
java.lang.Throwable
java.lang.Exception
com.simscomputing.ObjectDoesNotExistException
- All Implemented Interfaces:
- java.io.Serializable
- public class ObjectDoesNotExistException
- extends java.lang.Exception
Indicates that the requested object does not already exist in some collection.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2000/02/21 21:22:32 $
| 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 |
ObjectDoesNotExistException
public ObjectDoesNotExistException()
- Default constructor. Do nothing.
ObjectDoesNotExistException
public ObjectDoesNotExistException(java.lang.String message)
- Instantiate the object with the specified error message.