Illegal Property Delegate Access Exception
class IllegalPropertyDelegateAccessException(cause: IllegalAccessException) : Exception
Content copied to clipboard
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
IllegalPropertyDelegateAccessException
Link copied to clipboard
fun IllegalPropertyDelegateAccessException(cause: IllegalAccessException)
Content 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