JsonDeserializationException class

A custom exception class for handling JSON conversion errors.

Use this exception class when you encounter errors related to JSON conversion operations, such as parsing JSON strings or serializing objects to JSON.

Implemented types

Constructors

JsonDeserializationException(String message)
Creates a new instance of JsonDeserializationException with the specified message.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The error message associated with this exception.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of this exception.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited