IllegalCallableAccessException

An exception that is thrown when call is invoked on a callable or get or set is invoked on a property and that callable is not accessible (in JVM terms) from the calling method.

Since Kotlin

1.1

Parameters

cause

the original exception thrown by the JVM.

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

Functions

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