jacquard 1.12.0 by The Web Engineering Factory and Toolworks

uk.co.weft.dbutil
Class DataFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.co.weft.dbutil.DataStoreException
              extended byuk.co.weft.dbutil.DataFormatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException

public class DataFormatException
extends DataStoreException

An exception raised when data cannot be formatted appropriately for its column. By convention the message returned describes the data item which couldn't be formatted.

Version:
$Revision: 1.5.4.1 $ This revision: $Author: simon $
Author:
Simon Brooke
See Also:
Serialized Form

Constructor Summary
DataFormatException(java.lang.String message)
           
DataFormatException(java.lang.String message, java.lang.Throwable cause)
           
 
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
 

Constructor Detail

DataFormatException

public DataFormatException(java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
message - the reason this exception is being thrown
cause -

DataFormatException

public DataFormatException(java.lang.String message)
Parameters:
message - the reason this exception is being thrown

jacquard 1.12.0 by The Web Engineering Factory and Toolworks