Skip to content

Commit

Permalink
provide error message upon failure. issue #2477
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Dec 3, 2024
1 parent 8124543 commit 211bed9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ public void display() {

} catch (Throwable t) {
log.error("Unable to process wizard", t);
JOptionPane.showMessageDialog(this, "Fehler beim Speichern: " + t.getMessage(), com.jdimension.jlawyer.client.utils.DesktopUtils.POPUP_TITLE_ERROR, JOptionPane.ERROR_MESSAGE);
}

}
Expand Down

0 comments on commit 211bed9

Please sign in to comment.