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. 
com.google.inject.internal Guice (sounds like like "juice") 
com.google.inject.spi Guice service provider interface 
 

Uses of Message in com.google.inject
 

Methods in com.google.inject that return types with arguments of type Message
 java.util.Collection<Message> ConfigurationException.getErrorMessages()
          Returns messages for the errors that caused this exception.
 java.util.Collection<Message> ProvisionException.getErrorMessages()
          Returns messages for the errors that caused this exception.
 java.util.Collection<Message> CreationException.getErrorMessages()
          Returns messages for the errors that caused this exception.
 

Methods in com.google.inject with parameters of type Message
 void Binder.addError(Message message)
          Records an error message to be presented to the user at a later time.
protected  void PrivateModule.addError(Message message)
           
protected  void AbstractModule.addError(Message message)
           
 

Constructor parameters in com.google.inject with type arguments of type Message
ConfigurationException(java.lang.Iterable<Message> messages)
          Creates a ConfigurationException containing messages.
CreationException(java.util.Collection<Message> messages)
          Creates a CreationException containing messages.
ProvisionException(java.lang.Iterable<Message> messages)
          Creates a ConfigurationException containing messages.
 

Uses of Message in com.google.inject.internal
 

Methods in com.google.inject.internal that return types with arguments of type Message
 java.util.List<Message> Errors.getMessages()
           
static java.util.Collection<Message> Errors.getMessagesFromThrowable(java.lang.Throwable throwable)
           
 

Methods in com.google.inject.internal with parameters of type Message
 Errors Errors.addMessage(Message message)
           
 void ErrorHandler.handle(Message message)
          Handles a user-reported error.
 

Method parameters in com.google.inject.internal with type arguments of type Message
static java.lang.String Errors.format(java.lang.String heading, java.util.Collection<Message> errorMessages)
          Returns the formatted message for an exception with the specified messages.
static java.lang.Throwable Errors.getOnlyCause(java.util.Collection<Message> messages)
          Returns the cause throwable if there is exactly one cause in messages.
 Errors Errors.merge(java.util.Collection<Message> messages)
           
 

Uses of Message in com.google.inject.spi
 

Methods in com.google.inject.spi with parameters of type Message
 void TypeEncounter.addError(Message message)
          Records an error message to be presented to the user at a later time.
 V ElementVisitor.visit(Message message)
          Visit an error message and the context in which it occured.
 V DefaultElementVisitor.visit(Message message)
           
 



Copyright © 2011. All Rights Reserved.