JsonCacheException<T extends Object> class
final
An exception to indicate cache operation failures.
- Implemented types
Constructors
- JsonCacheException({required T extra, Object? exception})
-
Sets
extra
as the aditional information andexception
as the original exception.const
Properties
- exception → Object?
-
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