TealiumPrism
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TealiumPrism
core
/
com.tealium.prism.core.api.rules
/
NumberParseException
Number
Parse
Exception
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
Members
Constructors
Number
Parse
Exception
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
?