Uses of Class
tigase.kernel.KernelException
-
Packages that use KernelException Package Description tigase.kernel.beans tigase.kernel.beans.config tigase.kernel.core -
-
Uses of KernelException in tigase.kernel.beans
Methods in tigase.kernel.beans that throw KernelException Modifier and Type Method Description TBeanFactory. createInstance()Create instance of bean. -
Uses of KernelException in tigase.kernel.beans.config
Methods in tigase.kernel.beans.config that throw KernelException Modifier and Type Method Description voidAbstractBeanConfigurator. configure(BeanConfig beanConfig, java.lang.Object bean) -
Uses of KernelException in tigase.kernel.core
Methods in tigase.kernel.core with parameters of type KernelException Modifier and Type Method Description protected voidBeanConfigBuilder. throwException(KernelException e)Methods in tigase.kernel.core that throw KernelException Modifier and Type Method Description <T> TKernel. getInstance(java.lang.Class<T> beanClass)Returns instance of bean.
-