ConstructorInvocationException

constructor(type: KClass<*>, admissibleTypes: List<Set<KClass<*>>>)

Parameters

type

the type a constructor was sought on.

admissibleTypes

, for each actual argument (in order), every JVM/Kotlin type it could have been converted into.