Generated by
JDiff

Class org.springframework.beans.InvalidPropertyException

Removed Constructors
InvalidPropertyException(Class, String, String) Create a new InvalidPropertyException.
InvalidPropertyException(Class, String, String, Throwable) Create a new InvalidPropertyException.
 

Added Constructors
InvalidPropertyException(Class<?>, String, String) Create a new InvalidPropertyException.
InvalidPropertyException(Class<?>, String, String, Throwable) Create a new InvalidPropertyException.
 

Changed Methods
Class<?> getBeanClass() Change in return type from Class to Class<?>.
Return the offending bean class.