FMTCBrowsingError class

An Exception indicating that there was an error retrieving tiles to be displayed on the map

These can usually be safely ignored, as they simply represent a fall through of all valid/possible cases, but you may wish to handle them anyway using FMTCTileProviderSettings.errorHandler.

Always thrown from within FMTCImageProvider generated from FMTCTileProvider. The message further indicates the reason, and will depend on the current caching behaviour. The type represents the same message in a way that is easy to parse/handle.

Implemented types

Constructors

FMTCBrowsingError(String message, FMTCBrowsingErrorType type)
An Exception indicating that there was an error retrieving tiles to be displayed on the map

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Friendly message
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FMTCBrowsingErrorType
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