JsonPathSyntaxException

class JsonPathSyntaxException(val position: Int, message: String, cause: Throwable? = null) : JsonPathParseException

Exception to indicate that there a syntax error in the provided JsonPath string which could not be parsed successfully.

The message will contain additional information about what was expected

Constructors

Link copied to clipboard
constructor(position: Int, message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard