java icon indicating copy to clipboard operation
java copied to clipboard

Improve type binding compatibility exception

Open safris opened this issue 4 years ago • 0 comments

Currently, the exception message reads something like:

The type binding "java.math.BigDecimal" in BigDecimal is not "encode" compatible with java.lang.String or java.lang.CharSequence

The subject type here is "BigDecimal", but this is not clear. Also, in the JSDx, it's name="bigDecimal".

safris avatar May 30 '20 10:05 safris