|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FatalBeanException | |
org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. |
org.springframework.beans.factory | The core package implementing Spring's lightweight Inversion of Control (IoC) container. |
org.springframework.beans.factory.access | Helper infrastructure to locate and access bean factories. |
org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factory package. |
org.springframework.context | This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API. |
org.springframework.context.access | Helper infrastructure to locate and access application contexts. |
org.springframework.ejb.support | Superclasses to make implementing EJBs simpler and less error-prone, as well as guaranteeing a Spring BeanFactory is available to EJBs. |
Uses of FatalBeanException in org.springframework.beans |
Subclasses of FatalBeanException in org.springframework.beans | |
class |
NullValueInNestedPathException
Exception thrown when navigation of a valid nested property path encounters a null pointer exception. |
Uses of FatalBeanException in org.springframework.beans.factory |
Subclasses of FatalBeanException in org.springframework.beans.factory | |
class |
BeanCreationException
Exception thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition. |
class |
BeanDefinitionStoreException
Exception thrown when a BeanFactory encounters an internal error, and its definitions are invalid: for example, if an XML document containing bean definitions isn't well-formed. |
class |
BeanInitializationException
Exception that a bean implementation is suggested to throw if its own factory-aware initialization code fails. |
class |
FactoryBeanCircularReferenceException
Exception thrown if a FactoryBean is involved in a circular reference. |
class |
UnsatisfiedDependencyException
Exception thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled. |
Uses of FatalBeanException in org.springframework.beans.factory.access |
Subclasses of FatalBeanException in org.springframework.beans.factory.access | |
class |
BootstrapException
Exception thrown if a bean factory could not be loaded by a bootstrap class. |
Methods in org.springframework.beans.factory.access that throw FatalBeanException | |
static BeanFactoryLocator |
SingletonBeanFactoryLocator.getInstance()
Returns an instance which uses the default "beanRefFactory.xml", as the name of the definition file(s). |
static BeanFactoryLocator |
SingletonBeanFactoryLocator.getInstance(java.lang.String selector)
Returns an instance which uses the the specified selector, as the name of the definition file(s). |
void |
BeanFactoryReference.release()
Indicate that the BeanFactory instance referred to by this object is not needed any longer by the client code which obtained the ref object. |
Uses of FatalBeanException in org.springframework.beans.factory.support |
Subclasses of FatalBeanException in org.springframework.beans.factory.support | |
class |
BeanDefinitionValidationException
Exception thrown when the validation of a bean definition failed. |
Uses of FatalBeanException in org.springframework.context |
Subclasses of FatalBeanException in org.springframework.context | |
class |
ApplicationContextException
Exception thrown during application context initialization. |
Uses of FatalBeanException in org.springframework.context.access |
Methods in org.springframework.context.access that throw FatalBeanException | |
static BeanFactoryLocator |
DefaultLocatorFactory.getInstance()
Return an instance object implementing BeanFactoryLocator. |
static BeanFactoryLocator |
DefaultLocatorFactory.getInstance(java.lang.String selector)
Return an instance object implementing BeanFactoryLocator. |
Uses of FatalBeanException in org.springframework.ejb.support |
Methods in org.springframework.ejb.support that throw FatalBeanException | |
protected void |
AbstractStatefulSessionBean.unloadBeanFactory()
Unload the Spring BeanFactory instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |