MCPcopy Create free account
hub / github.com/davidgiven/luje / getMessage

Method getMessage

lib/java/lang/Throwable.java:135–137  ·  view source on GitHub ↗

Returns the extra information message which was provided when this Throwable was created. Returns null if no message was provided at creation time. @return this Throwable's detail message.

()

Source from the content-addressed store, hash-verified

133 * @return this {@code Throwable}'s detail message.
134 */
135 public String getMessage() {
136 return detailMessage;
137 }
138
139 /**
140 * Returns the extra information message which was provided when this

Callers 1

getLocalizedMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected