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

NumberParseException

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

Indicates that a numeric type was expected, but was not found or was not parseable to a numeric type

Constructors

NumberParseException
Link copied to clipboard
constructor(numberString: String, source: 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