Skip to content
Snippets Groups Projects
Commit 700c4acc authored by Daniel Plagge's avatar Daniel Plagge
Browse files

bugfix: When the translation failed due to a RodinDatabaseException, no

  message dialog was shown
parent c28b8cb2
Branches
Tags
No related merge requests found
...@@ -23,7 +23,7 @@ public class TranslationFailedException extends ProBException { ...@@ -23,7 +23,7 @@ public class TranslationFailedException extends ProBException {
public TranslationFailedException(final String component, public TranslationFailedException(final String component,
final String details, Throwable e) { final String details, Throwable e) {
super("Translation of " + component + " failed\n" + details, e, true); super("Translation of " + component + " failed\n" + details, e, false);
notifyUserOnce(); notifyUserOnce();
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment