632633634635636637638639640641642
} }; Throwable error = null; try { filter.statement_executeUpdate(chain, statement, sql, new String[0]); } catch (Throwable ex) { error = ex; } Assert.assertNotNull(error); }
650651652653654655656657658659660