Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.rules/RuleNotFoundException

RuleNotFoundException

class RuleNotFoundException(message: String, cause: Throwable? = null) : InvalidMatchException

Indicates that a rule was configured for a module, but was not found. This will cause the module feature (collection/dispatching etc) not to happen.

Constructors

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

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
Generated by Dokka
(c) Tealium 2026