Uses of Class
org.apache.commons.configuration.ConversionException

Packages that use ConversionException
org.apache.commons.configuration The Configuration main package. 
 

Uses of ConversionException in org.apache.commons.configuration
 

Methods in org.apache.commons.configuration that throw ConversionException
static BigDecimal PropertyConverter.toBigDecimal(Object value)
          Convert the specified object into a BigDecimal.
static BigInteger PropertyConverter.toBigInteger(Object value)
          Convert the specified object into a BigInteger.
static Boolean PropertyConverter.toBoolean(Object value)
          Convert the specified object into a Boolean.
static Byte PropertyConverter.toByte(Object value)
          Convert the specified object into a Byte.
static Calendar PropertyConverter.toCalendar(Object value, String format)
          Convert the specified object into a Calendar.
static Color PropertyConverter.toColor(Object value)
          Convert the specified object into a Color.
static Date PropertyConverter.toDate(Object value, String format)
          Convert the specified object into a Date.
static Double PropertyConverter.toDouble(Object value)
          Convert the specified object into a Double.
static Float PropertyConverter.toFloat(Object value)
          Convert the specified object into a Float.
static Integer PropertyConverter.toInteger(Object value)
          Convert the specified object into an Integer.
static Locale PropertyConverter.toLocale(Object value)
          Convert the specified object into a Locale.
static Long PropertyConverter.toLong(Object value)
          Convert the specified object into a Long.
(package private) static Number PropertyConverter.toNumber(Object value, Class targetClass)
          Tries to convert the specified object into a number object.
static Short PropertyConverter.toShort(Object value)
          Convert the specified object into a Short.
static URL PropertyConverter.toURL(Object value)
          Convert the specified object into an URL.
 



Copyright © 2001-2007 The Apache Software Foundation. All Rights Reserved.