Class InvalidDataConversionException

All Implemented Interfaces:
Serializable

General invalid conversion exception.

Exception that gets thrown if you try to perform an invalid conversion, such as when calling JsonMap.getInt(...) on a non-numeric String.

See Also: