MCPcopy Index your code
hub / github.com/CodeDead/opal / run

Method run

src/main/java/com/codedead/opal/utils/HelpUtils.java:102–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 public void exceptionOccurred(final Exception ex) {
101 Platform.runLater(new Runnable() {
102 @Override
103 public void run() {
104 logger.error("Error opening the license file", ex);
105 FxUtils.showErrorAlert(translationBundle.getString("LicenseFileError"), ex.toString(), getClass().getResourceAsStream(SharedVariables.ICON_URL));
106 }
107 });
108
109 }

Callers

nothing calls this directly

Calls 1

showErrorAlertMethod · 0.95

Tested by

no test coverage detected