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.
 



Copyright (C) 2003-2004 The Spring Framework Project.