FMTCInitialisationException class

An Exception raised when FMTC failed to initialise a store

Can be thrown for multiple reasons. See type and FMTCInitialisationExceptionType for more information.

A failed store initialisation will always result in the store being deleted ASAP, regardless of its contents.

Implemented types

Constructors

FMTCInitialisationException(String message, FMTCInitialisationExceptionType type, {String? storeName, Object? originalError})
An Exception raised when FMTC failed to initialise a store

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Friendly message
final
originalError Object?
Original error object (error is not directly thrown by FMTC), if applicable
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeName String?
Name of the store that could not be initialised, if known
final
type FMTCInitialisationExceptionType
Programmatic error descriptor
final

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