java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lutris.dods.exceptions.DataObjectException
com.lutris.dods.exceptions.DataObjectTypeException
- All Implemented Interfaces:
- java.io.Serializable
- public class DataObjectTypeException
- extends DataObjectException
An Exception for DataObjects which involves the Type of DataObject.
- Version:
- $Revision: 1.7 $
| 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 |
DataObjectTypeException
public DataObjectTypeException(java.lang.String s)
- Constructor for a DataObjectTypeException with a message.
DataObjectTypeException
public DataObjectTypeException()
- Constructor for a general DataObjectTypeException.