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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user