All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----org.jdom.JDOMException | +----org.jdom.DataConversionException
DataConversionException
is thrown when a requested XML value
is requested to be converted, and conversion
fails.
This will create an Exception
indicating
that the specified attribute does not exist for the
current element.
public DataConversionException(String name, String dataType)
This will create an Exception
indicating
that the specified attribute does not exist for the
current element.
String
name of XML
attribute being searched for.
String
name of data type
being converted to.
All Packages Class Hierarchy This Package Previous Next Index