MCPcopy Index your code
hub / github.com/benfry/processing4 / getMessage

Method getMessage

app/src/processing/app/SketchException.java:73–75  ·  view source on GitHub ↗

Override getMessage() in Throwable, so that I can set the message text outside the constructor.

()

Source from the content-addressed store, hash-verified

71 * the message text outside the constructor.
72 */
73 public String getMessage() {
74 return message;
75 }
76
77
78 public void setMessage(String message) {

Callers 1

statusErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected