FMTCInitialisationException class

An exception raised when FMTC failed to initialise

May indicate a previously fatal crash due to a corrupted database. If this is the case, source will be null, wasFatal will be true, and the corrupted database will be deleted.

Implemented types

Constructors

FMTCInitialisationException({required Object? source})
Create an exception raised when FMTC failed to initialise

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Object?
The original error object
final
wasFatal bool
Indicates whether there was a previously fatal crash due to a corrupted database. If this is the case, source will be null, and the corrupted database will be deleted.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Converts the source into a string
override

Operators

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