FF4kConfigurationException

open class FF4kConfigurationException(message: String, cause: Throwable? = null) : FF4kException(source)

Exception for configuration and initialization errors in FF4k.

This open class is part of the FF4kException hierarchy and is intended for errors that occur during library setup, such as unsupported database types or invalid configuration. Unlike the sealed store exception hierarchies, this class is open to allow extension from other modules.

Parameters

message

The detail message describing the exception

cause

The underlying cause of this exception, or null if none

See also

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?