RuntimePermissionException

class RuntimePermissionException: OopException

Fields

Name Description
protected culprit: Term
val callable: KCallable<*>
val receiver: Any?

Constructors

<init>

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

Parameters

Name Description
callable: KCallable<*>
receiver: Any?
cause: Throwable?

Methods

toLogicError

fun toLogicError(context: ExecutionContext, signature: Signature): LogicError

Parameters

Name Description
context: ExecutionContext
signature: Signature

ReturnValue

Name Description
LogicError