IllegalPropertyDelegateAccessException

An exception that is thrown when getDelegate is invoked on a KProperty object that was not made accessible with isAccessible.

Since Kotlin

1.1

See also

Constructors

Link copied to clipboard
constructor(cause: IllegalAccessException)

Properties

Link copied to clipboard
open val cause: Throwable?
Since Kotlin 1.1
Link copied to clipboard
open val message: String?
Since Kotlin 1.1