Uses of Class
org.apache.commons.beanutils.ConversionException
Packages that use ConversionException
Package
Description
Standard implementations of the
interface that
are pre-registered with
at startup time.
invalid reference
Converter
invalid reference
ConvertUtils
-
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.