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