TeacherUI:JTable reModify by 6.22 00:00

This commit is contained in:
cccccyb
2022-06-12 00:00:43 +08:00
parent bcb2ca2d05
commit 697ee1ef41
10 changed files with 273 additions and 197 deletions

View File

@@ -56,7 +56,8 @@ public class SignIn {
JOptionPane.showMessageDialog(null,"数据库出错","警告",JOptionPane.ERROR_MESSAGE);
LOGGER.error("SQLException",e);
} catch (DependenciesNotFoundException ex) {
LOGGER.error("DependenciesNotFoundException",e);
JOptionPane.showMessageDialog(null,"未查询到该数据","错误",JOptionPane.ERROR_MESSAGE);
LOGGER.error("DependenciesNotFoundException", e);
} catch (NoSuchAlgorithmException ex) {
LOGGER.error("NoSuchAlgorithmException",e);
} catch (InvalidKeySpecException ex) {