class CollectionOperationOnJsonPrimitiveException : JsonKrakenException
Since
2.0
An exception used 'get' or 'set' operation is called upon a JsonPrimitive.
CollectionOperationOnJsonPrimitiveException(primitive: JsonPrimitive<*>, message: String) |
val primitive: JsonPrimitive<*>
JsonPrimitive on which the operation was being attempted. |