MethodInvocationException

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

Parameters

type

the type a method was sought on.

missingMethodName

the method name that could not be resolved.

admissibleTypes

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