Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
BindingAlreadySetError
Error reported by Guice when a key is bound at multiple places the injector.
|
(package private) class |
ChildBindingAlreadySetError
Error reported by Guice when a key is already bound in one or more child injectors or private
modules.
|
(package private) class |
DuplicateElementError<T>
Error reported by Guice when duplicate elements are found in a
Multibinder that does not
permit duplicates. |
(package private) class |
DuplicateMapKeyError<K,V>
Error reported by Guice when a duplicate key is found in a
MapBinder that does not permit
duplicates. |
class |
GenericErrorDetail
Generic error message representing a Guice internal error.
|
(package private) class |
MissingConstructorError
Error reported when Guice can't find an useable constructor to create objects.
|
(package private) class |
MissingImplementationError<T>
Error reported by Guice when a key is not bound in the injector.
|
(package private) class |
ScopeNotFoundError
Error reported by Guice when a scope annotation is not bound to any scope implementation.
|