Skip to Content
API ReferenceUtilsLazarilloMapNotAvailable

LazarilloMapNotAvailable

class LazarilloMapNotAvailable(message: String? = "") : LazarilloMapsError

Error indicating that the map component has not been initialized or is unavailable.

Thrown when a map operation is requested but the LazarilloMap instance has not been set up or has been destroyed.

Constructors

LazarilloMapNotAvailableconstructor(message: String ? = "")

Properties

| cause | open val cause: Throwable ? | | message | open val message: String ? |

Functions

| addSuppressed | fun addSuppressed(p0: Throwable ) | | fillInStackTrace | open fun fillInStackTrace(): Throwable  |

getErrorCode

open override fun getErrorCode(): Int

| getLocalizedMessage | open fun getLocalizedMessage(): String  | | getStackTrace | open fun getStackTrace(): Array <StackTraceElement > | | getSuppressed | fun getSuppressed(): Array <Throwable > | | initCause | open fun initCause(p0: Throwable ): Throwable  | | printStackTrace | open fun printStackTrace()
open fun printStackTrace(p0: PrintStream )
open fun printStackTrace(p0: PrintWriter ) | | setStackTrace | open fun setStackTrace(p0: Array <StackTraceElement >) |

Last updated on