Package-level declarations

Types

Link copied to clipboard

Thrown when attempting to create a feature that already exists in the store.

Link copied to clipboard

Thrown when attempting to access a feature that does not exist in the store.

Link copied to clipboard

Base exception for all FeatureStore operations.

Link copied to clipboard
open class FF4kConfigurationException(message: String, cause: Throwable? = null) : FF4kException

Exception for configuration and initialization errors in FF4k.

Link copied to clipboard
sealed class FF4kException : Exception

Base exception for all FF4k library operations.

Link copied to clipboard

Thrown when attempting to access a feature group that does not exist in the store.

Link copied to clipboard

Thrown when attempting to add a property that already exists in the store.

Link copied to clipboard

Thrown when attempting to retrieve a property that does not exist on a feature.

Link copied to clipboard

Base exception for all property-related operations.