class MapTransformationException : JsonKrakenException
Since
2.0
An exception used for failures while transforming a map into a JsonObject.
MapTransformationException(map: Map<*, *>, inner: Throwable) |
val inner: Throwable
the inner exception which made the transformation fail. |
|
val map: Map<*, *>
the map to be transformed. |