Uses of Class
com.aspectran.core.component.bean.BeanException
Packages that use BeanException
Package
Description
-
Uses of BeanException in com.aspectran.core.component.bean
Subclasses of BeanException in com.aspectran.core.component.beanModifier and TypeClassDescriptionclass
The Class BeanCreationException.class
Exception thrown when instantiation of a bean failed.class
Exception to be thrown from a FactoryBean's getObject() method if the bean is not fully initialized yet, for example because it is involved in a circular reference.class
The Class NoSuchBeanException.class
The Class NoUniqueBeanException.class
The Class UnsupportedBeanScopeException. -
Uses of BeanException in com.aspectran.core.component.bean.proxy
Subclasses of BeanException in com.aspectran.core.component.bean.proxyModifier and TypeClassDescriptionclass
Exception thrown when instantiation of a proxy bean failed. -
Uses of BeanException in com.aspectran.core.component.bean.scan
Subclasses of BeanException in com.aspectran.core.component.bean.scan