jsonkraken / net.jemzart.jsonkraken.errors.primitives / CollectionOperationOnJsonPrimitiveException

CollectionOperationOnJsonPrimitiveException

class CollectionOperationOnJsonPrimitiveException : JsonKrakenException

Since
2.0 An exception used 'get' or 'set' operation is called upon a JsonPrimitive.

Constructors

<init>

CollectionOperationOnJsonPrimitiveException(primitive: JsonPrimitive<*>, message: String)

Properties

primitive

val primitive: JsonPrimitive<*>

JsonPrimitive on which the operation was being attempted.