Uses of Class
com.aspectran.core.component.bean.BeanException
-
Packages that use BeanException Package Description com.aspectran.core.component.bean com.aspectran.core.component.bean.proxy com.aspectran.core.component.bean.scan -
-
Uses of BeanException in com.aspectran.core.component.bean
Subclasses of BeanException in com.aspectran.core.component.bean Modifier and Type Class Description classBeanCreationExceptionThe Class BeanCreationException.classBeanInstantiationExceptionException thrown when instantiation of a bean failed.classFactoryBeanNotInitializedExceptionException 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.classNoSuchBeanExceptionThe Class NoSuchBeanException.classNoUniqueBeanExceptionThe Class NoUniqueBeanException.classUnsupportedBeanScopeExceptionThe Class UnsupportedBeanScopeException. -
Uses of BeanException in com.aspectran.core.component.bean.proxy
Subclasses of BeanException in com.aspectran.core.component.bean.proxy Modifier and Type Class Description classProxyBeanInstantiationExceptionException 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 Modifier and Type Class Description classBeanClassScanFailedExceptionThe Class BeanClassScanFailedException.
-