Uses of Class
org.jdom2.DataConversionException
Packages that use DataConversionException
-
Uses of DataConversionException in org.jdom2
Methods in org.jdom2 that throw DataConversionExceptionModifier and TypeMethodDescriptionboolean
Attribute.getBooleanValue()
This gets the effective boolean value of the attribute, or throws a
if a conversion can't be performed.DataConversionException
double
Attribute.getDoubleValue()
This gets the value of the attribute, indouble
form, and if no conversion can occur, throws aDataConversionException
float
Attribute.getFloatValue()
This gets the value of the attribute, infloat
form, and if no conversion can occur, throws aDataConversionException
int
Attribute.getIntValue()
This gets the value of the attribute, inint
form, and if no conversion can occur, throws aDataConversionException
long
Attribute.getLongValue()
This gets the value of the attribute, inlong
form, and if no conversion can occur, throws aDataConversionException