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

Method getMessage

core/src/com/google/inject/spi/Message.java:110–112  ·  view source on GitHub ↗

Gets the error message text.

()

Source from the content-addressed store, hash-verified

108
109 /** Gets the error message text. */
110 public String getMessage() {
111 return errorDetail.getMessage();
112 }
113
114 /** @since 2.0 */
115 @Override

Calls

no outgoing calls