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

InvalidMatchException

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

Exception class to signify that the Matchable has failed in an exceptional way, as opposed to having not matched the input.

Inheritors

ConditionEvaluationException
RuleNotFoundException

Constructors

InvalidMatchException
Link copied to clipboard
constructor(message: String? = null, 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