Uses of Class
com.ultikits.ultitools.exceptions.ContainerException
Packages that use ContainerException
-
Uses of ContainerException in com.ultikits.ultitools.exceptions
Methods in com.ultikits.ultitools.exceptions that return ContainerExceptionModifier and TypeMethodDescriptionstatic ContainerExceptionContainerException.beanNotFound(Class<?> beanType) Creates an exception for bean not found scenarios.static ContainerExceptionContainerException.beanNotFound(String beanName) Creates an exception for bean not found by name scenarios.static ContainerExceptionContainerException.circularDependency(String beanName) Creates an exception for circular dependency scenarios.static ContainerExceptionContainerException.duplicateBean(String beanName, Class<?> beanType) Creates an exception for duplicate bean definitions.static ContainerExceptionContainerException.injectionFailed(Class<?> targetType, Class<?> dependencyType, Throwable cause) Creates an exception for dependency injection failures.