Uses of Class
com.google.inject.spi.Message

Packages that use Message
com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
 

Uses of Message in com.google.inject
 

Methods in com.google.inject that return types with arguments of type Message
 java.util.Collection<Message> CreationException.getErrorMessages()
          Gets the error messages which resulted in this exception.
 

Constructor parameters in com.google.inject with type arguments of type Message
CreationException(java.util.Collection<Message> errorMessages)
          Constructs a new exception for the given errors.
 



Copyright © {inceptionYear}-2008 null. All Rights Reserved.