| Interface | Description |
|---|---|
| ErrorAttachable |
Represents an object that can contain a collection of errors
and then, can report all attached errors.
|
| Class | Description |
|---|---|
| ErrorAttachableImpl |
An implementation of
ErrorAttachable
that implements ErrorAttachable.attach(java.lang.String...) methods but
not ErrorAttachable.reportAttachedErrors(). |
| Exception | Description |
|---|---|
| BindingException |
An exception that can be thrown while configuring
injector bindings
|
| FactoryException | |
| InjectionException |
An exception that can be thrown while injecting
classes.
|