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

UnexpectedEndOfInputException

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

Indicates that the parser reached the end of the JsonPath string input, but was expecting additional tokens.

The message will contain additional information about what was expected

Constructors

UnexpectedEndOfInputException
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