Inheritance diagram for org::jdom::DataConversionException:
Public Member Functions | |
DataConversionException (String name, String dataType) |
DataConversionException
is thrown when a requested XML value is requested to be converted, and conversion fails.
org::jdom::DataConversionException::DataConversionException | ( | String | name, | |
String | dataType | |||
) | [inline] |
This will create an Exception
indicating that the specified attribute does not exist for the current element.
name | String name of XML attribute being searched for. | |
dataType | String name of data type being converted to. |