lnsc
Class MissingDataException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--lnsc.DataSetException
|
+--lnsc.MissingDataException
- All Implemented Interfaces:
- java.io.Serializable
- public class MissingDataException
- extends DataSetException
Exception raised when a necessary DataName is missing from a DataSet.
- See Also:
DataSet
,
DataNames
,
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 |
m_DataName
public java.lang.String m_DataName
MissingDataException
public MissingDataException()
MissingDataException
public MissingDataException(java.lang.String message)
MissingDataException
public MissingDataException(java.lang.String message,
java.lang.String dataName)
MissingDataException
public MissingDataException(java.lang.String message,
java.lang.Throwable cause)
MissingDataException
public MissingDataException(java.lang.Throwable cause)