Show expected exceptions as info message
This commit is contained in:
parent
aaa75b5988
commit
4e90c5d7af
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue