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 java.math.BigDecimal PropertyConverter.toBigDecimal(java.lang.Object value)
          Convert the specified object into a BigDecimal.
static java.math.BigInteger PropertyConverter.toBigInteger(java.lang.Object value)
          Convert the specified object into a BigInteger.
static java.lang.Boolean PropertyConverter.toBoolean(java.lang.Object value)
          Convert the specified object into a Boolean.
static java.lang.Byte PropertyConverter.toByte(java.lang.Object value)
          Convert the specified object into a Byte.
static java.util.Calendar PropertyConverter.toCalendar(java.lang.Object value, java.lang.String format)
          Convert the specified object into a Calendar.
static java.awt.Color PropertyConverter.toColor(java.lang.Object value)
          Convert the specified object into a Color.
static java.util.Date PropertyConverter.toDate(java.lang.Object value, java.lang.String format)
          Convert the specified object into a Date.
static java.lang.Double PropertyConverter.toDouble(java.lang.Object value)
          Convert the specified object into a Double.
static java.lang.Float PropertyConverter.toFloat(java.lang.Object value)
          Convert the specified object into a Float.
static java.lang.Integer PropertyConverter.toInteger(java.lang.Object value)
          Convert the specified object into an Integer.
static java.util.Locale PropertyConverter.toLocale(java.lang.Object value)
          Convert the specified object into a Locale.
static java.lang.Long PropertyConverter.toLong(java.lang.Object value)
          Convert the specified object into a Long.
static java.lang.Short PropertyConverter.toShort(java.lang.Object value)
          Convert the specified object into a Short.
static java.net.URL PropertyConverter.toURL(java.lang.Object value)
          Convert the specified object into an URL.
 



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.