MCPcopy Create free account
hub / github.com/google/guice / create

Method create

core/src/com/google/inject/internal/Messages.java:125–127  ·  view source on GitHub ↗

Creates a new Message without a cause. @param errorId The enum id for the error @param messageFormat Format string @param arguments format string arguments

(ErrorId errorId, String messageFormat, Object... arguments)

Source from the content-addressed store, hash-verified

123 * @param arguments format string arguments
124 */
125 public static Message create(ErrorId errorId, String messageFormat, Object... arguments) {
126 return create(errorId, null, messageFormat, arguments);
127 }
128
129 /**
130 * Creates a new Message with the given cause.

Callers 3

createMethod · 0.95
errorInUserCodeMethod · 0.95
addMessageMethod · 0.95

Calls 2

formatMethod · 0.95
ofMethod · 0.45

Tested by

no test coverage detected