Added in API level 29
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
PropertyReader.PropertyTypeMismatchException
  public
  static
  
  
  class
  PropertyReader.PropertyTypeMismatchException
  
  
  
  
  
  
  
  
  
  
    extends RuntimeException
  
  
  
  
  
  
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | android.view.inspector.PropertyReader.PropertyTypeMismatchException | |||
Thrown if a client calls a typed read method for a property of a different type.
Summary
| Public constructors | |
|---|---|
| 
      PropertyTypeMismatchException(int id, String expectedPropertyType, String actualPropertyType)
       | |
| 
      PropertyTypeMismatchException(int id, String expectedPropertyType, String actualPropertyType, String propertyName)
       | |
| Inherited methods | |
|---|---|
Public constructors
PropertyTypeMismatchException
    Added in API level 29
  
      
  
    
public PropertyTypeMismatchException (int id, 
                String expectedPropertyType, 
                String actualPropertyType)| Parameters | |
|---|---|
| id | int | 
| expectedPropertyType | String: This value cannot benull. | 
| actualPropertyType | String: This value cannot benull. | 
PropertyTypeMismatchException
    Added in API level 29
  
      
  
    
public PropertyTypeMismatchException (int id, 
                String expectedPropertyType, 
                String actualPropertyType, 
                String propertyName)| Parameters | |
|---|---|
| id | int | 
| expectedPropertyType | String: This value cannot benull. | 
| actualPropertyType | String: This value cannot benull. | 
| propertyName | String: This value may benull. | 
