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
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 (Sun, 17 Aug 2008) $
- Author:
- Manuel Laflamme, Last changed by: $Author: gommma $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataSetException
public DataSetException()
DataSetException
public DataSetException(String msg)
DataSetException
public DataSetException(String msg,
Throwable e)
DataSetException
public DataSetException(Throwable e)
Copyright © 2002-2012. All Rights Reserved.