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

Method showError

arduino-core/src/processing/app/BaseNoGui.java:945–947  ·  view source on GitHub ↗
(String title, String message, int exit_code)

Source from the content-addressed store, hash-verified

943 }
944
945 static public void showError(String title, String message, int exit_code) {
946 showError(title, message, null, exit_code);
947 }
948
949 static public void showError(String title, String message, Throwable e) {
950 notifier.showError(title, message, e, 1);

Callers 11

uploadMethod · 0.95
initMethod · 0.95
getSettingsFolderMethod · 0.95
initPlatformMethod · 0.95
parseArgumentsPhase1Method · 0.95
parseArgumentsPhase2Method · 0.95
checkActionMethod · 0.95
processBoardArgumentMethod · 0.95
processPrefArgumentMethod · 0.95
showErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected