org.dbunit.dataset
Class DataSetException

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

public class DataSetException
extends DatabaseUnitException

Thrown to indicate that a problem occurred with a dataset.

Since:
Feb 17, 2002
Version:
$Revision: 793 $ $Date: 2008-08-17 13:35:43 +0200 (dom, 17 ago 2008) $
Author:
Manuel Laflamme, Last changed by: $Author: gommma $
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)
           
 
Method Summary
 
Methods inherited from class org.dbunit.DatabaseUnitException
getException
 
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

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-2010. All Rights Reserved.