MCPcopy
hub / github.com/arduino/Arduino / showWarning

Method showWarning

app/src/processing/app/Base.java:2178–2180  ·  view source on GitHub ↗

Non-fatal error message with optional stack trace side dish.

(String title, String message, Exception e)

Source from the content-addressed store, hash-verified

2176 * Non-fatal error message with optional stack trace side dish.
2177 */
2178 static public void showWarning(String title, String message, Exception e) {
2179 BaseNoGui.showWarning(title, message, e);
2180 }
2181
2182
2183 static public void showError(String title, String message, Throwable e) {

Callers 14

createTextAreaMethod · 0.95
handleOpenInternalMethod · 0.95
nameCodeMethod · 0.95
saveAsMethod · 0.95
addFileMethod · 0.95
ensureExistenceMethod · 0.95
BaseMethod · 0.95
createNewUntitledMethod · 0.95
actionPerformedMethod · 0.95
openURLMethod · 0.95
openFolderMethod · 0.95

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected