Uses of Class
org.elasticsearch.common.inject.ConfigurationException
-
Packages that use ConfigurationException Package Description org.elasticsearch.common.inject org.elasticsearch.common.inject.spi -
-
Uses of ConfigurationException in org.elasticsearch.common.inject
Methods in org.elasticsearch.common.inject that return ConfigurationException Modifier and Type Method Description ConfigurationExceptionConfigurationException. withPartialValue(Object partialValue)Returns a copy of this configuration exception with the specified partial value. -
Uses of ConfigurationException in org.elasticsearch.common.inject.spi
Methods in org.elasticsearch.common.inject.spi that throw ConfigurationException Modifier and Type Method Description Set<InjectionPoint>InjectionRequest. getInjectionPoints()Returns the instance methods and fields ofinstancethat will be injected to fulfill this request.Set<InjectionPoint>StaticInjectionRequest. getInjectionPoints()Returns the static methods and fields oftypethat will be injected to fulfill this request.
-