class CircularReferenceException : JsonKrakenException
Since
2.0 An exception used for operations that would incur in a circular reference.
Logically, this can only occur when assigning a JsonValue to another.
CircularReferenceException(host: JsonContainer, intruder: JsonContainer) |
val host: JsonContainer
container to witch another container is to be added. |
|
val intruder: JsonContainer
container to be added. |