OopRuntimeException

constructor(callable: KCallable<*>, receiver: Any?, inner: Throwable)

Parameters

callable

the member whose invocation threw.

receiver

the instance callable was being invoked on, or null for a constructor, static member, or companion-object member.

inner

the exception thrown by the invoked code.