org.dbunit.dataset.datatype
Class TypeCastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dbunit.DatabaseUnitException
org.dbunit.dataset.DataSetException
org.dbunit.dataset.datatype.DataTypeException
org.dbunit.dataset.datatype.TypeCastException
- All Implemented Interfaces:
- Serializable
public class TypeCastException
- extends DataTypeException
- Version:
- $Revision: 706 $
- 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 |
TypeCastException
public TypeCastException(Throwable e)
TypeCastException
public TypeCastException(String msg,
Throwable e)
TypeCastException
public TypeCastException(Object value,
DataType dataType)
TypeCastException
public TypeCastException(Object value,
DataType dataType,
Throwable e)
Copyright © 2002-2012. All Rights Reserved.