ResqliteConnectionException class
An error related to database lifecycle — opening, closing, or using a database that is no longer available.
Thrown when:
- Database.open fails (file not writable, bad encryption key)
- Any operation is attempted after Database.close
- Inheritance
-
- Object
- ResqliteException
- ResqliteConnectionException
Constructors
- ResqliteConnectionException(String message)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited