Thrown when a data conversion from a string to value type fails, such as
can happen with the
Attribute convenience getter functions.
version: $Revision: 1.1 $, $Date: 2005/04/27 09:32:37 $ author: Brett McLaughlin author: Jason Hunter
Constructor Summary
public
DataConversionException(String name, String dataType) Constructs an exception where the named construct couldn't be converted
to the named data type.
Constructs an exception where the named construct couldn't be converted
to the named data type.
Parameters: name - name of the construct whose value failed conversion Parameters: dataType - type the conversion was attempting to create