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

TealiumException

open class TealiumException(message: String? = null, cause: Throwable? = null) : RuntimeException

Base class for all Tealium custom exception implementations to inherit from

Inheritors

TealiumShutdownException
JsonPathParseException
UnsupportedDataItemException
TealiumIOException
ModuleNotEnabledException
EditorClosedException

Constructors

TealiumException
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