org.dbunit.dataset
Class DataSetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dbunit.DatabaseUnitException
              extended byorg.dbunit.dataset.DataSetException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AmbiguousTableNameException, CyclicTablesDependencyException, DataTypeException, NoColumnsFoundException, NoPrimaryKeyException, NoSuchColumnException, NoSuchTableException, RowOutOfBoundsException

public class DataSetException
extends DatabaseUnitException

Since:
Feb 17, 2002
Version:
$Revision: 1.7 $
Author:
Manuel Laflamme
See Also:
Serialized Form

Constructor Summary
DataSetException()
           
DataSetException(java.lang.String msg)
           
DataSetException(java.lang.String msg, java.lang.Throwable e)
           
DataSetException(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

DataSetException

public DataSetException()

DataSetException

public DataSetException(java.lang.String msg)

DataSetException

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

DataSetException

public DataSetException(java.lang.Throwable e)


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