Returns a string representation of this exception.
The returned string includes the exception type and the associated error message.
@override String toString() { return 'JsonConversionException: $message'; }