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

KProperty0.getDelegate
KProperty1.getDelegate
KProperty2.getDelegate

Constructors

Functions

Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
open fun printStackTrace()
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0

Properties

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

Extensions

Link copied to clipboard

Prints the detailed description of this throwable to the specified writer.

Since Kotlin 1.0

Prints the detailed description of this throwable to the specified stream.

Since Kotlin 1.0
Link copied to clipboard

Returns an array of stack trace elements representing the stack trace pertaining to this throwable.

Since Kotlin 1.0