Package | Description |
---|---|
org.apache.commons.beanutils.converters |
Standard implementations of the
Converter interface that
are pre-registered with ConvertUtils at startup time. |
Modifier and Type | Method and 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.
|