nl.knaw.dans.common.dbflib
Class DataMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.knaw.dans.common.dbflib.DbfLibException
nl.knaw.dans.common.dbflib.DataMismatchException
- All Implemented Interfaces:
- Serializable
public class DataMismatchException
- extends DbfLibException
Thrown to indicate that the data provided cannot be written to the database. The data was
provided as a Java object of incompatible type (for instance a Boolean
object to a DATE
type field) or the format of the data was wrong (for instance a String
object to a NUMBER
type field, which is allowed, but the String
contains "1a"
, that is, it
is not a valid number.
- Author:
- Jan van Mansum
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Copyright © 2009-2012 DANS. All Rights Reserved.