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 readProperties(Object,PropertyReader) if called before mapProperties(PropertyMapper).

Summary

Public constructors

UninitializedPropertyMapException()

Inherited methods

Public constructors

UninitializedPropertyMapException

Added in API level 29
public UninitializedPropertyMapException ()