TealiumPrism
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TealiumPrism
core
/
com.tealium.prism.core.api.data
/
JsonPathParseException
Json
Path
Parse
Exception
abstract
class
JsonPathParseException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
TealiumException
Base exception for all Exceptions thrown when parsing a
JsonPath
.
Inheritors
UnexpectedEndOfInputException
JsonPathSyntaxException
Members
Constructors
Json
Path
Parse
Exception
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
?