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
(package private) static java.lang.Object PropertyConverter.to(java.lang.Class cls, java.lang.Object value, java.lang.Object[] params)
          Converts the specified value to the target class.
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.
(package private) static java.lang.Object PropertyConverter.toEnum(java.lang.Object value, java.lang.Class cls)
          Convert the specified value into a Java 5 enum.
static java.lang.Float PropertyConverter.toFloat(java.lang.Object value)
          Convert the specified object into a Float.
(package private) static java.net.InetAddress PropertyConverter.toInetAddress(java.lang.Object value)
          Convert the specified value into an internet address.
static java.lang.Integer PropertyConverter.toInteger(java.lang.Object value)
          Convert the specified object into an Integer.
(package private) static java.lang.Object PropertyConverter.toInternetAddress(java.lang.Object value)
          Convert the specified value into an email address.
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.
(package private) static java.lang.Number PropertyConverter.toNumber(java.lang.Object value, java.lang.Class targetClass)
          Tries to convert the specified object into a number object.
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.