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
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