Uses of Class
org.elasticsearch.common.inject.spi.Message

Packages that use Message
org.elasticsearch.common.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
org.elasticsearch.common.inject.internal Guice (sounds like like "juice") 
org.elasticsearch.common.inject.spi Guice service provider interface 
 

Uses of Message in org.elasticsearch.common.inject
 

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

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

Constructor parameters in org.elasticsearch.common.inject with type arguments of type Message
ConfigurationException(Iterable<Message> messages)
          Creates a ConfigurationException containing messages.
CreationException(Collection<Message> messages)
          Creates a CreationException containing messages.
ProvisionException(Iterable<Message> messages)
          Creates a ConfigurationException containing messages.
 

Uses of Message in org.elasticsearch.common.inject.internal
 

Methods in org.elasticsearch.common.inject.internal that return types with arguments of type Message
 List<Message> Errors.getMessages()
           
static Collection<Message> Errors.getMessagesFromThrowable(Throwable throwable)
           
 

Methods in org.elasticsearch.common.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 org.elasticsearch.common.inject.internal with type arguments of type Message
static String Errors.format(String heading, Collection<Message> errorMessages)
          Returns the formatted message for an exception with the specified messages.
static Throwable Errors.getOnlyCause(Collection<Message> messages)
          Returns the cause throwable if there is exactly one cause in messages.
 Errors Errors.merge(Collection<Message> messages)
           
 

Uses of Message in org.elasticsearch.common.inject.spi
 

Methods in org.elasticsearch.common.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 © 2009-2012. All Rights Reserved.