UninitializedPropertyAccessException
expect class UninitializedPropertyAccessException(val message: String?, val cause: Throwable?) : RuntimeException(source)
Deprecated (with error)
This exception type is not supposed to be thrown or caught in common code and will be removed from kotlin-stdlib-common soon.
Since Kotlin
1.2actual open class UninitializedPropertyAccessException(val message: String?, val cause: Throwable?) : RuntimeException(source)
Since Kotlin
1.1Constructors
Properties
Extensions
Link copied to clipboard
Returns an array of stack trace elements representing the stack trace pertaining to this throwable.
Since Kotlin 1.0