MCPcopy Index your code
hub / github.com/arduino/Arduino / errorMessage

Method errorMessage

arduino-core/src/processing/app/Serial.java:313–316  ·  view source on GitHub ↗

General error reporting, all corraled here just in case I think of something slightly more intelligent to do.

(String where, Throwable e)

Source from the content-addressed store, hash-verified

311 * I think of something slightly more intelligent to do.
312 */
313 private static void errorMessage(String where, Throwable e) {
314 System.err.println(format(tr("Error inside Serial.{0}()"), where));
315 e.printStackTrace();
316 }
317}

Callers 4

serialEventMethod · 0.95
writeMethod · 0.95
setDTRMethod · 0.95
setRTSMethod · 0.95

Calls 3

trMethod · 0.80
printStackTraceMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected