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

Method statusError

java/src/processing/mode/java/Commander.java:284–286  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

282
283
284 public void statusError(String message) {
285 systemErr.println(message);
286 }
287
288
289 public void statusError(Exception exception) {

Callers 1

CommanderMethod · 0.95

Calls 8

getCodeIndexMethod · 0.95
getCodeLineMethod · 0.95
getCodeColumnMethod · 0.95
getMessageMethod · 0.95
getCodeMethod · 0.80
printlnMethod · 0.45
getFileNameMethod · 0.45
printStackTraceMethod · 0.45

Tested by

no test coverage detected