1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 15:28:20 +08:00

[v0.2.9] [A] 添加自定义默认异常处理器的方法。

This commit is contained in:
2022-01-24 15:40:12 +08:00
parent 43baf4aa24
commit 360b416525
2 changed files with 37 additions and 20 deletions
@@ -70,7 +70,7 @@ public class SQLQueryImpl implements SQLQuery {
);
getManager().getActiveQuery().remove(getAction().getActionUUID());
} catch (SQLException e) {
getAction().handleException(getAction().defaultExceptionHandler(), e);
getAction().handleException(getAction().getExceptionHandler(), e);
}
this.queryAction = null;
}