org.dbunit.dataset.datatype
Class DataTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dbunit.DatabaseUnitException
org.dbunit.dataset.DataSetException
org.dbunit.dataset.datatype.DataTypeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TypeCastException
public class DataTypeException
- extends DataSetException
- Version:
- $Revision: 441 $
- Author:
- Manuel Laflamme
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataTypeException
public DataTypeException()
DataTypeException
public DataTypeException(String msg)
DataTypeException
public DataTypeException(Throwable e)
DataTypeException
public DataTypeException(String msg,
Throwable e)
Copyright © 2002-2012. All Rights Reserved.