Home
last modified time | relevance | path

Searched refs:formatMessages (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/
DCreationException.java50 return Messages.formatMessages("Unable to create injector, see the following errors", messages); in getMessage()
DProvisionException.java61 return Messages.formatMessages("Unable to provision, see the following errors", messages); in getMessage()
DConfigurationException.java73 return Messages.formatMessages("Guice configuration errors", messages); in getMessage()
/external/guice/core/src/com/google/inject/internal/
DMessages.java77 public static String formatMessages(String heading, Collection<Message> errorMessages) { in formatMessages() method in Messages