org.dbunit.dataset.datatype
Class DataTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dbunit.DatabaseUnitException
              extended byorg.dbunit.dataset.DataSetException
                  extended byorg.dbunit.dataset.datatype.DataTypeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TypeCastException

public class DataTypeException
extends DataSetException

Version:
$Revision: 1.10 $
Author:
Manuel Laflamme
See Also:
Serialized Form

Constructor Summary
DataTypeException()
           
DataTypeException(java.lang.String msg)
           
DataTypeException(java.lang.String msg, java.lang.Throwable e)
           
DataTypeException(java.lang.Throwable e)
           
 
Methods inherited from class org.dbunit.DatabaseUnitException
getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataTypeException

public DataTypeException()

DataTypeException

public DataTypeException(java.lang.String msg)

DataTypeException

public DataTypeException(java.lang.Throwable e)

DataTypeException

public DataTypeException(java.lang.String msg,
                         java.lang.Throwable e)


Copyright © 2002-2004 DbUnit.org. All Rights Reserved.