NoSuchPropertyException

An exception that is thrown when the code tries to introspect a property of a class or a package and that class or the package no longer has that property.

Since Kotlin

1.1

Constructors

Link copied to clipboard
constructor(cause: Exception? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Since Kotlin 1.1
Link copied to clipboard
open override val localizedMessage: String?
Since Kotlin 1.1
Link copied to clipboard
open val message: String?
Since Kotlin 1.1
Link copied to clipboard
open override var stackTrace: Array<out StackTraceElement?>?
Since Kotlin 1.1
Link copied to clipboard
override val suppressed: Array<out Throwable?>?
Since Kotlin 1.1