Illegal Callable Access Exception
class IllegalCallableAccessException(cause: IllegalAccessException) : Exception
Content copied to clipboard
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
See also
Parameters
cause
the original exception thrown by the JVM.
Constructors
IllegalCallableAccessException
Link copied to clipboard
Functions
add Suppressed
Link copied to clipboard
fill In Stack Trace
Link copied to clipboard
get Localized Message
Link copied to clipboard
get Stack Trace
Link copied to clipboard
get Suppressed
Link copied to clipboard
print Stack Trace
Link copied to clipboard
set Stack Trace
Link copied to clipboard