BeanContext.See: Description
| Exception | Description | 
|---|---|
| BeanContextException | An exception that occurs loading the context. | 
| BeanInstantiationException | Thrown when no such beans exists. | 
| CircularDependencyException | Represents a circular dependency failure. | 
| ConfigurationException | An exception that occurs during configuration setup. | 
| DependencyInjectionException | Represents a runtime failure to perform dependency injection. | 
| NonUniqueBeanException | Exception thrown when a bean is not unique and has multiple possible implementations for a given bean type. | 
| NoSuchBeanException | Thrown when no such beans exists. | 
| NoSuchMessageException | Thrown if an error occurs locating a message. | 
BeanContext.