org.springframework.beans.factory
Class BeanIsAbstractException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.beans.BeansException
org.springframework.beans.BeansException
                       org.springframework.beans.FatalBeanException
org.springframework.beans.FatalBeanException
                           org.springframework.beans.factory.BeanCreationException
org.springframework.beans.factory.BeanCreationException
                               org.springframework.beans.factory.BeanIsAbstractException
org.springframework.beans.factory.BeanIsAbstractException
- All Implemented Interfaces: 
- Serializable
- public class BeanIsAbstractException 
- extends BeanCreationException
Exception thrown when a bean instance has been requested for a bean
 which has been defined as abstract
- Since:
- 1.1
- Author:
- Juergen Hoeller
- See Also:
- AbstractBeanDefinition.setAbstract(boolean), 
Serialized Form
 
 
 
 
 
 
 
BeanIsAbstractException
public BeanIsAbstractException(String beanName)
- Create a new BeanIsAbstractException.
 
- Parameters:
- beanName- the name of the bean requested
 
Copyright © 2002-2008 The Spring Framework.