java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | com.google.inject.CreationException |
Thrown when errors occur while creating a Injector
. Includes a list of encountered
errors. Clients should catch this exception, log it, and stop execution.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a CreationException containing
messages . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns messages for the errors that caused this exception.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Creates a CreationException containing messages
.
Returns messages for the errors that caused this exception.