1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-10 06:20:27 -04:00

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

View File

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