lnsc
Class InvalidDataException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--lnsc.DataSetException
|
+--lnsc.InvalidDataException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidDataException
- extends DataSetException
Exception raised when data under DataName is not of the appropriate type in 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
InvalidDataException
public InvalidDataException()
InvalidDataException
public InvalidDataException(java.lang.String message)
InvalidDataException
public InvalidDataException(java.lang.String message,
java.lang.String dataName)
InvalidDataException
public InvalidDataException(java.lang.String message,
java.lang.Throwable cause)
InvalidDataException
public InvalidDataException(java.lang.Throwable cause)