public class IncorrectDataTypeException
extends java.lang.RuntimeException
ValueCursor
and the value is not of the expected data type. For example, if an applications calls the getCurrentInteger
method and the value at the current position of the ValueCursor
is not an integer, then this exception is thrown.ValueCursor
, Serialized FormConstructor and Description |
---|
IncorrectDataTypeException()
Creates an
IncorrectDataTypeException . |
IncorrectDataTypeException(java.lang.String message)
Creates an
IncorrectDataTypeException with the specified message. |
public IncorrectDataTypeException()
IncorrectDataTypeException
.public IncorrectDataTypeException(java.lang.String message)
IncorrectDataTypeException
with the specified message.message
- The message to associate with the exception.