Stay organized with collections
Save and categorize content based on your preferences.
UninitializedPropertyMapException
open class UninitializedPropertyMapException : RuntimeException
Thrown by readProperties(java.lang.Object,android.view.inspector.PropertyReader)
if called before mapProperties(android.view.inspector.PropertyMapper)
.
Summary
Public constructors
UninitializedPropertyMapException
UninitializedPropertyMapException()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# InspectionCompanion.UninitializedPropertyMapException\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nUninitializedPropertyMapException\n=================================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/view/inspector/InspectionCompanion.UninitializedPropertyMapException \"View this page in Java\") \n\n```\nopen class UninitializedPropertyMapException : RuntimeException\n```\n\n|---|---|---|---|-----------------------------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||||\n| ↳ | [kotlin.Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) ||||\n| | ↳ | [java.lang.Exception](../../../java/lang/Exception.html#) |||\n| | | ↳ | [java.lang.RuntimeException](../../../java/lang/RuntimeException.html#) ||\n| | | | ↳ | [android.view.inspector.InspectionCompanion.UninitializedPropertyMapException](#) |\n\nThrown by [readProperties(java.lang.Object,android.view.inspector.PropertyReader)](/reference/kotlin/android/view/inspector/InspectionCompanion#readProperties(android.view.inspector.InspectionCompanion.T,%20android.view.inspector.PropertyReader)) if called before [mapProperties(android.view.inspector.PropertyMapper)](/reference/kotlin/android/view/inspector/InspectionCompanion#mapProperties(android.view.inspector.PropertyMapper)).\n\nSummary\n-------\n\n| Public constructors ||\n|--------------------------------------------------------------------------------------|---|\n| [UninitializedPropertyMapException](#UninitializedPropertyMapException())`()` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### UninitializedPropertyMapException\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nUninitializedPropertyMapException()\n```"]]