JDOM
1.1.3

Uses of Class
org.jdom.DataConversionException

Packages that use DataConversionException
org.jdom Classes to represent the components of an XML document. 
 

Uses of DataConversionException in org.jdom
 

Methods in org.jdom that throw DataConversionException
 boolean Attribute.getBooleanValue()
          This gets the effective boolean value of the attribute, or throws a DataConversionException if a conversion can't be performed.
 double Attribute.getDoubleValue()
          This gets the value of the attribute, in double form, and if no conversion can occur, throws a DataConversionException
 float Attribute.getFloatValue()
          This gets the value of the attribute, in float form, and if no conversion can occur, throws a DataConversionException
 int Attribute.getIntValue()
          This gets the value of the attribute, in int form, and if no conversion can occur, throws a DataConversionException
 long Attribute.getLongValue()
          This gets the value of the attribute, in long form, and if no conversion can occur, throws a DataConversionException
 


JDOM
1.1.3

Copyright © 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.