Represents a problem which occurred during data binding.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.Throwable | getCause()@return an exception thrown during the data binding process | 
|  | java.lang.Object | getObject()@return the object that data binding was being imposed upon | 
|  | java.lang.String | getPropertyName()@return the name of the property that the data binding error occurred on | 
|  | java.lang.Object | getRejectedValue()@return The value which could not be bound to the property |