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.1See also
Parameters
cause
the original exception thrown by the JVM.
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
Since Kotlin 1.0
Properties
Extensions
Link copied to clipboard
Returns a list of stack trace addresses representing the stack trace pertaining to this throwable.
Since Kotlin 1.3
Link copied to clipboard
Returns an array of stack trace elements representing the stack trace pertaining to this throwable.
Since Kotlin 1.0