Display class and value of unconvertable object in IllegalArgumentException
---------------------------------------------------------------------------
Key: MYFACES-1302
URL: http://issues.apache.org/jira/browse/MYFACES-1302
Project: MyFaces Core
Type: Improvement
Versions: 1.1.4-SNAPSHOT
Reporter: Mike Kienenberger
Assigned to: Mike Kienenberger
Priority: Trivial
Fix For: 1.1.4-SNAPSHOT
Display class and value of object during a failed conversion attempt in
IllegalArgumentException so it is more obvious why the error occurred.
Add after "Value is no String" the string "(class=" +
value.getClass().getName() + ", value=" + value + ") "
--
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