core/com.tealium.prism.core.api.rules/NumberParseException NumberParseException class NumberParseException(message: String, cause: Throwable? = null) : OperatorFailedExceptionIndicates that a numeric type was expected, but was not found or was not parseable to a numeric type Members 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?