Uses of Class
tigase.kernel.KernelException
Packages that use KernelException
-
Uses of KernelException in tigase.kernel.beans
Methods in tigase.kernel.beans that throw KernelException -
Uses of KernelException in tigase.kernel.beans.config
Methods in tigase.kernel.beans.config that throw KernelExceptionModifier and TypeMethodDescriptionvoid
AbstractBeanConfigurator.configure
(BeanConfig beanConfig, Object bean) -
Uses of KernelException in tigase.kernel.core
Methods in tigase.kernel.core with parameters of type KernelExceptionModifier and TypeMethodDescriptionprotected void
BeanConfigBuilder.throwException
(KernelException e) Methods in tigase.kernel.core that throw KernelExceptionModifier and TypeMethodDescription<T> T
Kernel.getInstance
(Class<T> beanClass) Returns instance of bean.