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(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.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.