PropertyAssignmentException

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

Parameters

type

the type a property was sought on.

missingPropertyName

the property name that could not be resolved.

admissibleTypes

every JVM/Kotlin type the value being assigned could have been converted into.