class UnexpectedJsonValueException : JsonKrakenException
Since
2.0
An exception used for when a specific type of JsonValue was expected, but received another.
UnexpectedJsonValueException(expected: KClass<out JsonValue>, actual: KClass<out JsonValue>) |
val actual: KClass<out JsonValue>
the actual type of the JsonValue. |
|
val expected: KClass<out JsonValue>
the expected type of the JsonValue. |