jsonkraken / net.jemzart.jsonkraken.errors.purification / MapTransformationException

MapTransformationException

class MapTransformationException : JsonKrakenException

Since
2.0 An exception used for failures while transforming a map into a JsonObject.

Constructors

<init>

MapTransformationException(map: Map<*, *>, inner: Throwable)

Properties

inner

val inner: Throwable

the inner exception which made the transformation fail.

map

val map: Map<*, *>

the map to be transformed.