Generated by
JDiff

Class org.springframework.beans.factory.NoSuchBeanDefinitionException

Documentation changed from old to new.

Removed Constructors
NoSuchBeanDefinitionException(Class) Create a new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(Class, String) Create a new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(Class, String, String) Create a new NoSuchBeanDefinitionException.
 

Added Constructors
NoSuchBeanDefinitionException(Class<?>) Create a new {@code NoSuchBeanDefinitionException}.
NoSuchBeanDefinitionException(Class<?>, String) Create a new {@code NoSuchBeanDefinitionException}.
NoSuchBeanDefinitionException(Class<?>, String, String) Create a new {@code NoSuchBeanDefinitionException}.
 

Changed Constructors
NoSuchBeanDefinitionException(String) Documentation changed from old to new.
Create a new {@code NoSuchBeanDefinitionException}.
NoSuchBeanDefinitionException(String, String) Documentation changed from old to new.
Create a new {@code NoSuchBeanDefinitionException}.
 

Changed Methods
String getBeanName() Documentation changed from old to new.
Return the name of the missing bean, if it was a lookup by name that failed.
Class<?> getBeanType() Change in return type from Class to Class<?>.
Documentation changed from old to new.
Return the required type of the missing bean, if it was a lookup by type that failed.