Uses of Class
org.apache.commons.beanutils.ConversionException
Packages that use ConversionException
Package
Description
Standard implementations of the
Converter
interface that
are pre-registered with ConvertUtils
at startup time.-
Uses of ConversionException in org.apache.commons.beanutils.converters
Methods in org.apache.commons.beanutils.converters that return ConversionExceptionModifier and TypeMethodDescriptionprotected ConversionException
AbstractConverter.conversionException
(Class<?> type, Object value) Generates a standard conversion exception with a message indicating that the passed in value cannot be converted to the desired target type.