TermToObjectConversionException

constructor(term: Term, targetType: KClass<*>? = null)

Parameters

term

the term that could not be converted.

targetType

the JVM/Kotlin type conversion was attempted into, if any was specified.


constructor(term: Term)