public class DataConversionException extends JDOMException
Attribute convenience getter functions.| Constructor and Description |
|---|
DataConversionException(java.lang.String name,
java.lang.String dataType)
Constructs an exception where the named construct couldn't be converted
to the named data type.
|
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTracepublic DataConversionException(java.lang.String name,
java.lang.String dataType)
name - name of the construct whose value failed conversiondataType - type the conversion was attempting to createCopyright ? 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.