当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
BeanIsNotAFactoryException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.beans.factory
Class BeanIsNotAFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.factory.BeanNotOfRequiredTypeException
org.springframework.beans.factory.BeanIsNotAFactoryException
- All Implemented Interfaces:
- Serializable
public class BeanIsNotAFactoryException
- extends BeanNotOfRequiredTypeException
Exception thrown when a bean is not a factory, but a user tries to get
at the factory for the given bean name. Whether a bean is a factory is
determined by whether it implements the FactoryBean interface.
- Since:
- 10.03.2003
- Author:
- Rod Johnson
- See Also:
FactoryBean
,
Serialized Form
BeanIsNotAFactoryException
public BeanIsNotAFactoryException(String name,
Class actualType)
- Create a new BeanIsNotAFactoryException.
- Parameters:
name
- the name of the bean requestedactualType
- the actual type returned, which did not match
the expected type
Copyright © 2002-2007 The Spring Framework.