Updates value error messages to be consistent.

Provide both the type and value that failed conversion. Tries not to
"toString" large value types like Arrays or Maps. For those types it
will just output the type and not a value.
This commit is contained in:
John J. Aylward
2022-03-21 12:48:25 -04:00
parent 9abb35ad39
commit a642329314
3 changed files with 57 additions and 64 deletions

View File

@@ -26,7 +26,6 @@ SOFTWARE.
import java.io.Reader;
import java.io.StringReader;
import java.lang.reflect.Method;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.Iterator;