Package io.micronaut.context.exceptions
Contains common exceptions thrown from the
BeanContext
.- Since:
- 1.0
-
Exception Summary Exception Description BeanContextException An exception that occurs loading the context.BeanCreationException A base class for exceptions that occurred during bean creation.BeanDestructionException Exception type for exceptions that happen during bean destruction.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.DisabledBeanException An exception that can be thrown to disable a bean programmatically from within a factory bean.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.