Uses of Class org.jdom.DataConversionException

Uses in package org.jdom

Methods which throw type org.jdom.DataConversionException

boolean
This gets the value of the attribute, in boolean form, and if no conversion can occur, throws a DataConversionException
double
This gets the value of the attribute, in double form, and if no conversion can occur, throws a DataConversionException
float
This gets the value of the attribute, in float form, and if no conversion can occur, throws a DataConversionException
int
This gets the value of the attribute, in int form, and if no conversion can occur, throws a DataConversionException
long
This gets the value of the attribute, in long form, and if no conversion can occur, throws a DataConversionException

Copyright B) 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.