The Spring Framework

Uses of Class
org.springframework.beans.factory.BeanNotOfRequiredTypeException

Packages that use BeanNotOfRequiredTypeException
org.springframework.beans.factory The core package implementing Spring's lightweight Inversion of Control (IoC) container. 
 

Uses of BeanNotOfRequiredTypeException in org.springframework.beans.factory
 

Subclasses of BeanNotOfRequiredTypeException in org.springframework.beans.factory
 class BeanIsNotAFactoryException
          Exception thrown when a bean is not a factory, but a user tries to get at the factory for the given bean name.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.