org.jdom
Class DataConversionException
public class DataConversionException
Thrown when a data conversion from a string to value type fails, such as
can happen with the
Attribute
convenience getter functions.
Version:
- Brett McLaughlin
- Jason Hunter
DataConversionException(String name, String dataType) - Constructs an exception where the named construct couldn't be converted
to the named data type.
|
DataConversionException
public DataConversionException(String name,
String dataType)
Constructs an exception where the named construct couldn't be converted
to the named data type.
name
- name of the construct whose value failed conversiondataType
- type the conversion was attempting to create
Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.