nl.knaw.dans.common.dbflib
Class DataMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.knaw.dans.common.dbflib.DbfLibException
              extended by 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

Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Copyright © 2009-2012 DANS. All Rights Reserved.