UninitializedPropertyException

Exception thrown when attempting to access an uninitialized property that was declared as non-nullable but no value was provided.

Constructors

Link copied to clipboard
constructor(propertyName: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?