Show expected exceptions as info message

This commit is contained in:
Reinhard Pointner 2016-03-09 05:58:49 +00:00
parent aaa75b5988
commit 4e90c5d7af
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ public class FormatDialog extends JDialog {
// check empty output // check empty output
if (get().trim().isEmpty()) { if (get().trim().isEmpty()) {
throw new RuntimeException("Formatted value is empty"); throw new Exception("Formatted value is empty");
} }
// no warning or error // no warning or error