Added in API level 29

PropertyMapper.PropertyConflictException

public static class PropertyMapper.PropertyConflictException
extends RuntimeException

java.lang.Object
   ↳ java.lang.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(String name, String newPropertyType, String existingPropertyType)

Inherited methods

Public constructors

PropertyConflictException

Added in API level 29
public PropertyConflictException (String name, 
                String newPropertyType, 
                String existingPropertyType)

Parameters
name String: This value cannot be null.

newPropertyType String: This value cannot be null.

existingPropertyType String: This value cannot be null.