class NoSuchPropertyException : JsonKrakenException
Since
2.0
Used when a property is being extracted from a JsonObject, and it does not possess it.
NoSuchPropertyException(key: String, obj: JsonObject) |
val key: String
said key. |
|
val obj: JsonObject
the JsonObject which did not have a pair with said key. |