Uses of Class
org.jdom.DataConversionException

Packages that use DataConversionException
org.jdom 

Uses of DataConversionException in org.jdom
 

Methods in org.jdom that throw DataConversionException
booleanAttribute.getBooleanValue()
           This gets the value of the attribute, in boolean form, and if no conversion can occur, throws a DataConversionException
doubleAttribute.getDoubleValue()
           This gets the value of the attribute, in double form, and if no conversion can occur, throws a DataConversionException
floatAttribute.getFloatValue()
           This gets the value of the attribute, in float form, and if no conversion can occur, throws a DataConversionException
intAttribute.getIntValue()
           This gets the value of the attribute, in int form, and if no conversion can occur, throws a DataConversionException
longAttribute.getLongValue()
           This gets the value of the attribute, in long form, and if no conversion can occur, throws a DataConversionException