jsonkraken / net.jemzart.jsonkraken.errors.purification / ArrayTransformationException

ArrayTransformationException

class ArrayTransformationException : JsonKrakenException

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

Constructors

<init>

ArrayTransformationException(array: Array<*>, inner: Throwable)

Properties

array

val array: Array<*>

the iterable to be transformed.

inner

val inner: Throwable

the inner exception which made the transformation fail.