Uses of Class
org.apache.commons.configuration.ConversionException
Packages that use ConversionException
-
Uses of ConversionException in org.apache.commons.configuration
Methods in org.apache.commons.configuration that throw ConversionExceptionModifier and TypeMethodDescriptionstatic 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
Convert the specified object into a Boolean.static Byte
Convert the specified object into a Byte.static Calendar
PropertyConverter.toCalendar
(Object value, String format) Convert the specified object into a Calendar.static Character
PropertyConverter.toCharacter
(Object value) Converts the specified value object to aCharacter
.static Color
Convert the specified object into a Color.static Date
Convert the specified object into a Date.static Double
Convert the specified object into a Double.static Float
Convert the specified object into a Float.static Integer
Convert the specified object into an Integer.static Locale
Convert the specified object into a Locale.static Long
Convert the specified object into a Long.static Short
Convert the specified object into a Short.static URL
Convert the specified object into an URL.