lnsc
Class DataSetException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--lnsc.DataSetException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidDataException, MissingDataException
- public class DataSetException
- extends java.lang.RuntimeException
Exception raised when there are problems with a DataSet.
- See Also:
DataSet
,
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 |
DataSetException
public DataSetException()
DataSetException
public DataSetException(java.lang.String message)
DataSetException
public DataSetException(java.lang.String message,
java.lang.Throwable cause)
DataSetException
public DataSetException(java.lang.Throwable cause)