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

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

Uses of Errors in com.google.inject.internal
 

Methods in com.google.inject.internal that return Errors
 Errors Errors.addMessage(Message message)
           
 Errors Errors.addMessage(String messageFormat, Object... arguments)
           
 Errors Errors.ambiguousTypeConversion(String stringValue, Object source, TypeLiteral<?> type, TypeConverterBinding a, TypeConverterBinding b)
           
 Errors Errors.bindingAlreadySet(Key<?> key, Object source)
           
 Errors Errors.bindingToProvider()
           
 Errors Errors.cannotBindToGuiceType(String simpleName)
           
 Errors Errors.cannotInjectAbstractMethod(Method method)
           
 Errors Errors.cannotInjectFinalField(Field field)
           
 Errors Errors.cannotInjectInnerClass(Class<?> type)
           
 Errors Errors.cannotInjectMethodWithTypeParameters(Method method)
           
 Errors Errors.cannotInjectNonVoidMethod(Method method)
           
 Errors Errors.cannotInjectRawMembersInjector()
           
 Errors Errors.cannotInjectRawProvider()
           
 Errors Errors.cannotInjectRawTypeLiteral()
           
 Errors Errors.cannotInjectTypeLiteralOf(Type unsupportedType)
           
 Errors Errors.cannotSatisfyCircularDependency(Class<?> expectedType)
           
 Errors Errors.childBindingAlreadySet(Key<?> key, Set<Object> sources)
           
 Errors Errors.circularProxiesDisabled(Class<?> expectedType)
           
 Errors Errors.constructorNotDefinedByType(Constructor<?> constructor, TypeLiteral<?> type)
           
 Errors Errors.conversionError(String stringValue, Object source, TypeLiteral<?> type, TypeConverterBinding typeConverterBinding, RuntimeException cause)
           
 Errors Errors.conversionTypeError(String stringValue, Object source, TypeLiteral<?> type, TypeConverterBinding typeConverterBinding, Object converted)
           
 Errors Errors.converterReturnedNull(String stringValue, Object source, TypeLiteral<?> type, TypeConverterBinding typeConverterBinding)
           
 Errors Errors.duplicateBindingAnnotations(Member member, Class<? extends Annotation> a, Class<? extends Annotation> b)
           
 Errors Errors.duplicateScopeAnnotations(Class<? extends Annotation> a, Class<? extends Annotation> b)
           
 Errors Errors.duplicateScopes(Scope existing, Class<? extends Annotation> annotationType, Scope scope)
           
 Errors Errors.errorCheckingDuplicateBinding(Key<?> key, Object source, Throwable t)
           
 Errors Errors.errorEnhancingClass(Class<?> clazz, Throwable cause)
           
 Errors Errors.errorInjectingConstructor(Throwable cause)
           
 Errors Errors.errorInjectingMethod(Throwable cause)
           
 Errors Errors.errorInProvider(RuntimeException runtimeException)
           
 Errors Errors.errorInUserCode(Throwable cause, String messageFormat, Object... arguments)
           
 Errors Errors.errorInUserInjector(MembersInjector<?> listener, TypeLiteral<?> type, RuntimeException cause)
           
 Errors Errors.errorNotifyingInjectionListener(InjectionListener<?> listener, TypeLiteral<?> type, RuntimeException cause)
           
 Errors Errors.errorNotifyingTypeListener(TypeListenerBinding listener, TypeLiteral<?> type, Throwable cause)
           
 Errors Errors.exposedButNotBound(Key<?> key)
           
 Errors ErrorsException.getErrors()
           
 Errors Errors.jitBindingAlreadySet(Key<?> key)
           
 Errors Errors.jitDisabled(Key key)
           
 Errors Errors.keyNotFullySpecified(TypeLiteral<?> typeLiteral)
           
 Errors Errors.merge(Collection<Message> messages)
           
 Errors Errors.merge(Errors moreErrors)
           
 Errors Errors.misplacedBindingAnnotation(Member member, Annotation bindingAnnotation)
           
 Errors Errors.missingConstantValues()
           
 Errors Errors.missingConstructor(Class<?> implementation)
           
 Errors Errors.missingImplementation(Key key)
          We use a fairly generic error message here.
 Errors Errors.missingRuntimeRetention(Object source)
           
 Errors Errors.missingScopeAnnotation()
           
 Errors Errors.notASubtype(Class<?> implementationType, Class<?> type)
           
 Errors Errors.optionalConstructor(Constructor constructor)
           
 Errors Errors.recursiveBinding()
           
 Errors Errors.recursiveImplementationType()
           
 Errors Errors.recursiveProviderType()
           
 Errors Errors.scopeAnnotationOnAbstractType(Class<? extends Annotation> scopeAnnotation, Class<?> type, Object source)
           
 Errors Errors.scopeNotFound(Class<? extends Annotation> scopeAnnotation)
           
 Errors Errors.subtypeNotProvided(Class<? extends Provider<?>> providerType, Class<?> type)
           
 Errors Errors.tooManyConstructors(Class<?> implementation)
           
 Errors Errors.voidProviderMethod()
           
 Errors Errors.withSource(Object source)
          Returns an instance that uses source as a reference point for newly added errors.
 

Methods in com.google.inject.internal with parameters of type Errors
static void Annotations.checkForMisplacedScopeAnnotations(Class<?> type, Object source, Errors errors)
          Adds an error if there is a misplaced annotations on type.
protected abstract  V FailableCache.create(K key, Errors errors)
           
static Annotation Annotations.findBindingAnnotation(Errors errors, Member member, Annotation[] annotations)
          Returns the binding annotation on member, or null if there isn't one.
static Class<? extends Annotation> Annotations.findScopeAnnotation(Errors errors, Annotation[] annotations)
          Returns the scoping annotation, or null if there isn't one.
static Class<? extends Annotation> Annotations.findScopeAnnotation(Errors errors, Class<?> implementation)
          Returns the scope annotation on type, or null if none is specified.
 V FailableCache.get(K key, Errors errors)
           
static Key<?> Annotations.getKey(TypeLiteral<?> type, Member member, Annotation[] annotations, Errors errors)
          Gets a key for the given type, member and annotations.
 Errors Errors.merge(Errors moreErrors)
           
 

Constructors in com.google.inject.internal with parameters of type Errors
ErrorsException(Errors errors)
           
 



Copyright © 2006-2013 Google, Inc.. All Rights Reserved.