Uses of Class
com.google.inject.internal.InternalErrorDetail
Packages that use InternalErrorDetail
-
Uses of InternalErrorDetail in com.google.inject.internal
Subclasses of InternalErrorDetail in com.google.inject.internalModifier and TypeClassDescription(package private) final classError reported by Guice when a key is bound at multiple places the injector.(package private) final classError reported by Guice when a key is already bound in one or more child injectors or private modules.(package private) final classError reported by Guice when duplicate elements are found in aMultibinderthat does not permit duplicates.(package private) final classDuplicateMapKeyError<K,V> Error reported by Guice when a duplicate key is found in aMapBinderthat does not permit duplicates.final classGeneric error message representing a Guice internal error.(package private) final classError reported when Guice can't find an useable constructor to create objects.(package private) final classError reported by Guice when a key is not bound in the injector.(package private) final classError reported by Guice when a scope annotation is not bound to any scope implementation.