Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Documentation and API for IConverter.convertToObject(String value, Locale locale) should be modified to describe how to signalize that there is problem with conversion.
In FormComponent convertInput() I found that ConversionException is catched here, this have to be specified in IConverter interface (both in convertToObject and for interface JavaDoc also).