Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.1.4-SNAPSHOT
-
None
-
None
Description
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 + ") "