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 BigDecimalPropertyConverter.toBigDecimal(Object value) Convert the specified object into a BigDecimal.static BigIntegerPropertyConverter.toBigInteger(Object value) Convert the specified object into a BigInteger.static BooleanConvert the specified object into a Boolean.static ByteConvert the specified object into a Byte.static CalendarPropertyConverter.toCalendar(Object value, String format) Convert the specified object into a Calendar.static CharacterPropertyConverter.toCharacter(Object value) Converts the specified value object to aCharacter.static ColorConvert the specified object into a Color.static DateConvert the specified object into a Date.static DoubleConvert the specified object into a Double.static FloatConvert the specified object into a Float.static IntegerConvert the specified object into an Integer.static LocaleConvert the specified object into a Locale.static LongConvert the specified object into a Long.static ShortConvert the specified object into a Short.static URLConvert the specified object into an URL.