AutoCacheException class abstract

A base class for representing exceptions in the application.

This class extends AutoCacheError and implements Exception to define specific types of exceptions. Each exception must provide a message, code, and a stackTrace.

Inheritance
Implemented types

Constructors

AutoCacheException.new({required String message, required String code, required StackTrace stackTrace})

Properties

code String
The code of the error, used to identify the type of error without knowing the specific implementation.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
The message describing the error.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
The StackTrace used to reference the error log.
finalinherited

Methods

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

Operators

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