Added in API level 29

PropertyConflictException

open class PropertyConflictException : RuntimeException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ android.view.inspector.PropertyMapper.PropertyConflictException

Thrown from a map method if a property name is already mapped as different type.

Summary

Public constructors
PropertyConflictException(name: String, newPropertyType: String, existingPropertyType: String)

Public constructors

PropertyConflictException

Added in API level 29
PropertyConflictException(
    name: String,
    newPropertyType: String,
    existingPropertyType: String)
Parameters
name String: This value cannot be null.
newPropertyType String: This value cannot be null.
existingPropertyType String: This value cannot be null.