Uses of Class
org.jdom2.DataConversionException
Packages that use DataConversionException
-
Uses of DataConversionException in org.jdom2
Methods in org.jdom2 that throw DataConversionExceptionModifier and TypeMethodDescriptionbooleanAttribute.getBooleanValue()This gets the effective boolean value of the attribute, or throws aif a conversion can't be performed.DataConversionExceptiondoubleAttribute.getDoubleValue()This gets the value of the attribute, indoubleform, and if no conversion can occur, throws aDataConversionExceptionfloatAttribute.getFloatValue()This gets the value of the attribute, infloatform, and if no conversion can occur, throws aDataConversionExceptionintAttribute.getIntValue()This gets the value of the attribute, inintform, and if no conversion can occur, throws aDataConversionExceptionlongAttribute.getLongValue()This gets the value of the attribute, inlongform, and if no conversion can occur, throws aDataConversionException