Package org.dbunit.dataset
Class DataSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dbunit.DatabaseUnitException
org.dbunit.dataset.DataSetException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmbiguousTableNameException,CyclicTablesDependencyException,DataTypeException,NoPrimaryKeyException,NoSuchColumnException,NoSuchTableException,RowOutOfBoundsException
Thrown to indicate that a problem occurred with a dataset.
- Since:
- Feb 17, 2002
- Version:
- $Revision$ $Date$
- Author:
- Manuel Laflamme, Last changed by: $Author$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dbunit.DatabaseUnitException
getExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataSetException
public DataSetException() -
DataSetException
-
DataSetException
-
DataSetException
-