X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=util-testing%2Fclub%2Fwpia%2Fgigi%2Flocalisation%2FSQLTestingVisitor.java;h=576173c60cd25053a68d10a5547e449192859d85;hp=808aee6a5df6586813cee6c53a7d9478f65bd05b;hb=22eebf7bb28a1298b2ab3e47d58f761417145418;hpb=628b0bb70786afe5de5ba28a8438261dc31e25a6 diff --git a/util-testing/club/wpia/gigi/localisation/SQLTestingVisitor.java b/util-testing/club/wpia/gigi/localisation/SQLTestingVisitor.java index 808aee6a..576173c6 100644 --- a/util-testing/club/wpia/gigi/localisation/SQLTestingVisitor.java +++ b/util-testing/club/wpia/gigi/localisation/SQLTestingVisitor.java @@ -227,6 +227,7 @@ public class SQLTestingVisitor extends ASTVisitor { } } } catch (SQLException e) { + errMsg(stmt, "SQL exception occurred, probably a syntax error in the SQL statement. See exception for more details."); throw new Error(e); } } catch (InterruptedException e) {