class IterableTransformationException : JsonKrakenException
Since
2.0
An exception used for failures while transforming an iterable into a JsonArray.
IterableTransformationException(iterable: Iterable<*>, inner: Throwable) |
val inner: Throwable
the inner exception which made the transformation fail. |
|
val iterable: Iterable<*>
the iterable to be transformed. |