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:
- java.io.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TypeCastException
public TypeCastException(java.lang.Throwable e)
TypeCastException
public TypeCastException(java.lang.String msg,
java.lang.Throwable e)
TypeCastException
public TypeCastException(java.lang.Object value,
DataType dataType)
TypeCastException
public TypeCastException(java.lang.Object value,
DataType dataType,
java.lang.Throwable e)
Copyright © 2002-2008. All Rights Reserved.