Уточнен класс ошибки

This commit is contained in:
Никита Потапов 2023-10-22 10:55:44 +04:00
parent e89cbc85a2
commit 68903479c1

View File

@ -79,13 +79,12 @@ public class FormPlaneCollection {
"Ошибка", "Ошибка",
JOptionPane.ERROR_MESSAGE); JOptionPane.ERROR_MESSAGE);
} }
} catch (Exception ex) { } catch (NumberFormatException ex) {
JOptionPane.showMessageDialog(this.getPanelWrapper(), JOptionPane.showMessageDialog(this.getPanelWrapper(),
"Неверное значение", "Неверное значение",
"Ошибка", "Ошибка",
JOptionPane.ERROR_MESSAGE); JOptionPane.ERROR_MESSAGE);
} }
} }
public void buttonRefreshCollectionClicked(ActionEvent e) { public void buttonRefreshCollectionClicked(ActionEvent e) {