JsonCacheException<T extends Object> class

An exception to indicate cache operation failures.

Implemented types

Constructors

JsonCacheException({required T extra, Exception? exception})
Sets extra as the aditional information and exception as the original exception.
const

Properties

exception Exception?
The original exception that indicated the failure of the caching operation.
final
extra → T
Additional information about cache operation failure.
final
hashCode int
The hash code for this object.
no setterinherited
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 extra along with the original exception message.
override

Operators

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