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

JsonPathParseException

abstract class JsonPathParseException(message: String, cause: Throwable? = null) : TealiumException

Base exception for all Exceptions thrown when parsing a JsonPath.

Inheritors

UnexpectedEndOfInputException
JsonPathSyntaxException

Constructors

JsonPathParseException
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?
Generated by Dokka
(c) Tealium 2026