core/com.tealium.prism.core.api.data/JsonPathParseException JsonPathParseException abstract class JsonPathParseException(message: String, cause: Throwable? = null) : TealiumExceptionBase exception for all Exceptions thrown when parsing a JsonPath.InheritorsUnexpectedEndOfInputExceptionJsonPathSyntaxException Members 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?