Added in API level 29

InspectionCompanion.UninitializedPropertyMapException

public static class InspectionCompanion.UninitializedPropertyMapException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.view.inspector.InspectionCompanion.UninitializedPropertyMapException


Thrown by InspectionCompanion.readProperties(java.lang.Object, android.view.inspector.PropertyReader) if called before InspectionCompanion.mapProperties(android.view.inspector.PropertyMapper).

Summary

Public constructors

UninitializedPropertyMapException()

Inherited methods

Public constructors

UninitializedPropertyMapException

Added in API level 29
public UninitializedPropertyMapException ()