Uses of Class
org.elasticsearch.common.inject.spi.Message
-
Packages that use Message Package Description org.elasticsearch.common.inject org.elasticsearch.common.inject.internal org.elasticsearch.common.inject.spi -
-
Uses of Message in org.elasticsearch.common.inject
Methods in org.elasticsearch.common.inject that return types with arguments of type Message Modifier and Type Method Description Collection<Message>ConfigurationException. getErrorMessages()Returns messages for the errors that caused this exception.Collection<Message>CreationException. getErrorMessages()Returns messages for the errors that caused this exception.Collection<Message>ProvisionException. getErrorMessages()Returns messages for the errors that caused this exception.Methods in org.elasticsearch.common.inject with parameters of type Message Modifier and Type Method Description protected voidAbstractModule. addError(Message message)voidBinder. addError(Message message)Records an error message to be presented to the user at a later time.protected voidPrivateModule. addError(Message message)Constructor parameters in org.elasticsearch.common.inject with type arguments of type Message Constructor Description ConfigurationException(Iterable<Message> messages)Creates a ConfigurationException containingmessages.CreationException(Collection<Message> messages)Creates a CreationException containingmessages.ProvisionException(Iterable<Message> messages)Creates a ConfigurationException containingmessages. -
Uses of Message in org.elasticsearch.common.inject.internal
Methods in org.elasticsearch.common.inject.internal that return types with arguments of type Message Modifier and Type Method Description List<Message>Errors. getMessages()static Collection<Message>Errors. getMessagesFromThrowable(Throwable throwable)Methods in org.elasticsearch.common.inject.internal with parameters of type Message Modifier and Type Method Description ErrorsErrors. addMessage(Message message)Method parameters in org.elasticsearch.common.inject.internal with type arguments of type Message Modifier and Type Method Description static StringErrors. format(String heading, Collection<Message> errorMessages)Returns the formatted message for an exception with the specified messages.static ThrowableErrors. getOnlyCause(Collection<Message> messages)Returns the cause throwable if there is exactly one cause inmessages.ErrorsErrors. 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 Modifier and Type Method Description voidTypeEncounter. addError(Message message)Records an error message to be presented to the user at a later time.VDefaultElementVisitor. visit(Message message)VElementVisitor. visit(Message message)Visit an error message and the context in which it occurred.
-