Uses of Class
org.elasticsearch.common.inject.internal.ErrorsException
-
Packages that use ErrorsException Package Description org.elasticsearch.common.inject.internal -
-
Uses of ErrorsException in org.elasticsearch.common.inject.internal
Methods in org.elasticsearch.common.inject.internal that return ErrorsException Modifier and Type Method Description ErrorsExceptionErrors. toException()Methods in org.elasticsearch.common.inject.internal that throw ErrorsException Modifier and Type Method Description <T> TErrors. checkForNull(T value, Object source, Dependency<?> dependency)Returnsvalueif it is non-null allowed to be null.protected abstract VFailableCache. create(K key, Errors errors)ObjectConstructionContext. createProxy(Errors errors, Class<?> expectedType)VFailableCache. get(K key, Errors errors)TInternalFactory. get(Errors errors, InternalContext context, Dependency<?> dependency)Creates an object to be injected.TInternalFactory.Instance. get(Errors errors, InternalContext context, Dependency<?> dependency)static Key<?>Annotations. getKey(TypeLiteral<?> type, Member member, Annotation[] annotations, Errors errors)Gets a key for the given type, member and annotations.voidErrors. throwIfNewErrors(int expectedSize)
-