Uses of Class
org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException
Packages that use BeanNotFoundException
Package
Description
-
Uses of BeanNotFoundException in org.hibernate.search.engine.logging.impl
Methods in org.hibernate.search.engine.logging.impl that return BeanNotFoundExceptionModifier and TypeMethodDescriptionfinal BeanNotFoundExceptionLog_$logger.cannotResolveBeanReference(Class<?> typeReference, String failureMessages, RuntimeException beanProviderFailure, Collection<? extends RuntimeException> otherFailures) final BeanNotFoundExceptionLog_$logger.cannotResolveBeanReference(Class<?> typeReference, String nameReference, String failureMessages, RuntimeException mainFailure, Collection<? extends RuntimeException> otherFailures) Log.cannotResolveBeanReference(Class<?> typeReference, String failureMessages, RuntimeException beanProviderFailure, Collection<? extends RuntimeException> otherFailures) Log.cannotResolveBeanReference(Class<?> typeReference, String nameReference, String failureMessages, RuntimeException mainFailure, Collection<? extends RuntimeException> otherFailures) final BeanNotFoundExceptionLog_$logger.invalidBeanRetrieval(String beanReference, String invalidPrefix, List<String> validPrefixes, Exception e) Log.invalidBeanRetrieval(String beanReference, String invalidPrefix, List<String> validPrefixes, Exception e) final BeanNotFoundExceptionLog_$logger.multipleConfiguredBeanReferencesForType(Class<?> exposedType, List<? extends BeanReference<?>> references) Log.multipleConfiguredBeanReferencesForType(Class<?> exposedType, List<? extends BeanReference<?>> references) final BeanNotFoundExceptionLog_$logger.noConfiguredBeanManager()Log.noConfiguredBeanManager()final BeanNotFoundExceptionLog_$logger.noConfiguredBeanReferenceForType(Class<?> exposedType) Log.noConfiguredBeanReferenceForType(Class<?> exposedType) final BeanNotFoundExceptionLog_$logger.noConfiguredBeanReferenceForTypeAndName(Class<?> exposedType, String nameReference) Log.noConfiguredBeanReferenceForTypeAndName(Class<?> exposedType, String nameReference) final BeanNotFoundExceptionLog_$logger.unableToCreateBeanUsingReflection(String causeMessage, Exception e) Log.unableToCreateBeanUsingReflection(String causeMessage, Exception e) final BeanNotFoundExceptionLog_$logger.unableToResolveToClassName(Class<?> typReference, String nameReference, String causeMessage, Exception e) Log.unableToResolveToClassName(Class<?> typReference, String nameReference, String causeMessage, Exception e) -
Uses of BeanNotFoundException in org.hibernate.search.mapper.orm.logging.impl
Methods in org.hibernate.search.mapper.orm.logging.impl that return BeanNotFoundExceptionModifier and TypeMethodDescriptionfinal BeanNotFoundExceptionLog_$logger.beanNotFoundInBeanContainer(BeanContainer beanContainer) Log.beanNotFoundInBeanContainer(BeanContainer beanContainer)