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