Package com.bobocode.bring.core.exception
package com.bobocode.bring.core.exception
-
Exception ClassesClassDescriptionException thrown when a required annotation is missing on a bean.Exception thrown to indicate limitations or issues during the construction of a BeanPostProcessor within a Bring Dependency Injection framework.General-purpose exception used to wrap and propagate other exceptions within a system.Exception thrown to indicate the presence of cyclic dependencies between beans within a Bring Dependency Injection framework.Exception thrown to indicate that no constructor with the Autowired annotation is found for a bean class within a Bring Dependency Injection framework.Exception thrown to indicate that a requested bean does not exist within a Bring Dependency Injection framework.Exception thrown to indicate that no unique bean is available or multiple beans match the expected type within a Bring Dependency Injection framework.Exception thrown when method annotated with @PostConstruct violates rules of usage such as have parameters.Exception thrown when method annotated with @PreDestroy violates rules of usage such as have parameters.Exception thrown to indicate that a property value is not found within a Bring Dependency Injection framework.