Class 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$ $Date$
Author:
Manuel Laflamme, Last changed by: $Author$
See Also:
  • Constructor Details

    • DataSetException

      public DataSetException()
    • DataSetException

      public DataSetException(String msg)
    • DataSetException

      public DataSetException(String msg, Throwable e)
    • DataSetException

      public DataSetException(Throwable e)