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

OperatorFailedException

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

Base exception for exceptions thrown by Operator implementations. This exception is used to denote that an Operator has completed exceptionally, and is therefore unable to return a valid true/false result.

Inheritors

MissingFilterException
MissingDataItemException
NumberParseException
UnsupportedOperatorException

Constructors

OperatorFailedException
Link copied to clipboard
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