[ http://issues.apache.org/jira/browse/BEANUTILS-224?page=all ]
Henri Yandell resolved BEANUTILS-224.
-------------------------------------
Resolution: Fixed
svn ci -m "Applying the improved Exception message from BEANUTILS-224. Thanks
to Ralf Hauser"
Sending src/java/org/apache/commons/beanutils/PropertyUtilsBean.java
Transmitting file data .
Committed revision 471990.
> [beanutils] provide better error message for "argument type mismatch"
> ---------------------------------------------------------------------
>
> Key: BEANUTILS-224
> URL: http://issues.apache.org/jira/browse/BEANUTILS-224
> Project: Commons BeanUtils
> Issue Type: Improvement
> Components: Bean / Property Utils
> Environment: Operating System: All
> Platform: Other
> Reporter: Ralf Hauser
> Priority: Minor
> Fix For: 1.8.0
>
> Attachments: PropertyUtilsBean.patch
>
>
> In <<Object org.apache.commons.beanutils.PropertyUtilsBean.invokeMethod(Method
> method, Object bean, Object[] values) throws IllegalAccessException,
> InvocationTargetException>>
> the throw block should rather be:
> throw new IllegalArgumentException(
> "Cannot invoke " + method.getDeclaringClass().getName() + "."
> + method.getName() + " - " + e.getMessage() + " - found " +
> bean.getClass().getName()+ " but expected "
> + (values[0]).getClass().getName());
> see also In <<Object
> org.apache.commons.beanutils.PropertyUtilsBean.invokeMethod(Method
> method, Object bean, Object[] values) throws IllegalAccessException,
> InvocationTargetException>>
> the throw block should rather be:
> throw new IllegalArgumentException(
> "Cannot invoke " + method.getDeclaringClass().getName() + "."
> + method.getName() + " - " + e.getMessage() + " - found " +
> bean.getClass().getName()+ " but expected "
> + (values[0]).getClass().getName());
> see also Bug 38163 for the context where this would have helped a lot. for
> the context where this would have helped a lot.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]