Uses of Class
com.google.inject.internal.ErrorsException

Packages that use ErrorsException
com.google.inject.internal Guice (sounds like like "juice") 
 

Uses of ErrorsException in com.google.inject.internal
 

Methods in com.google.inject.internal that return ErrorsException
 ErrorsException Errors.toException()
           
 

Methods in com.google.inject.internal that throw ErrorsException
<T> T
Errors.checkForNull(T value, java.lang.Object source, Dependency<?> dependency)
          Returns value if it is non-null allowed to be null.
protected abstract  V FailableCache.create(K key, Errors errors)
           
 java.lang.Object ConstructionContext.createProxy(Errors errors, java.lang.Class<?> expectedType)
           
 T InternalFactory.get(Errors errors, InternalContext context, Dependency<?> dependency)
          Creates an object to be injected.
 V FailableCache.get(K key, Errors errors)
           
static Key<?> Annotations.getKey(TypeLiteral<?> type, java.lang.reflect.Member member, java.lang.annotation.Annotation[] annotations, Errors errors)
          Gets a key for the given type, member and annotations.
 void Errors.throwIfNewErrors(int expectedSize)
           
 



Copyright © 2011. All Rights Reserved.