jsonkraken / net.jemzart.jsonkraken.errors.purification / IterableTransformationException

IterableTransformationException

class IterableTransformationException : JsonKrakenException

Since
2.0 An exception used for failures while transforming an iterable into a JsonArray.

Constructors

<init>

IterableTransformationException(iterable: Iterable<*>, inner: Throwable)

Properties

inner

val inner: Throwable

the inner exception which made the transformation fail.

iterable

val iterable: Iterable<*>

the iterable to be transformed.