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