Class BeanIsAbstractException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.FatalBeanException
org.springframework.beans.factory.BeanCreationException
org.springframework.beans.factory.BeanIsAbstractException
- All Implemented Interfaces:
- Serializable
Exception thrown when a bean instance has been requested for
 a bean definition which has been marked as abstract.
- Since:
- 1.1
- Author:
- Juergen Hoeller
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionBeanIsAbstractException(String beanName) Create a new BeanIsAbstractException.
- 
Method SummaryMethods inherited from class org.springframework.beans.factory.BeanCreationExceptionaddRelatedCause, contains, getBeanName, getRelatedCauses, getResourceDescription, printStackTrace, printStackTrace, toStringMethods inherited from class org.springframework.core.NestedRuntimeExceptiongetMessage, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace
- 
Constructor Details- 
BeanIsAbstractExceptionCreate a new BeanIsAbstractException.- Parameters:
- beanName- the name of the bean requested
 
 
-