The Spring Framework

org.springframework.beans.factory
Class BeanIsAbstractException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.beans.BeansException
                      extended by org.springframework.beans.FatalBeanException
                          extended by org.springframework.beans.factory.BeanCreationException
                              extended by 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

Constructor Summary
BeanIsAbstractException(String beanName)
          Create a new BeanIsAbstractException.
 
Method Summary
 
Methods inherited from class org.springframework.beans.factory.BeanCreationException
getBeanName, getResourceDescription
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanIsAbstractException

public BeanIsAbstractException(String beanName)
Create a new BeanIsAbstractException.

Parameters:
beanName - the name of the bean requested

The Spring Framework

Copyright © 2002-2007 The Spring Framework.