Package 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
- Version:
- $Revision$
- Author:
- Manuel Laflamme
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTypeCastException(Object value, DataType dataType) TypeCastException(Object value, DataType dataType, Throwable e) TypeCastException(String msg, Throwable e) -
Method Summary
Methods inherited from class org.dbunit.DatabaseUnitException
getExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TypeCastException
-
TypeCastException
-
TypeCastException
-
TypeCastException
-