Lines Matching refs:ex

60         catch (SQLException ex)  in testFunctions()
62 assure("abs " + ex.getMessage(), false); in testFunctions()
63 throw ex; in testFunctions()
69 catch (SQLException ex) in testFunctions()
71 assure("acos " + ex.getMessage(), false); in testFunctions()
72 throw ex; in testFunctions()
78 catch (SQLException ex) in testFunctions()
80 assure("asin " + ex.getMessage(), false); in testFunctions()
81 throw ex; in testFunctions()
87 catch (SQLException ex) in testFunctions()
89 assure("atan " + ex.getMessage(), false); in testFunctions()
90 throw ex; in testFunctions()
96 catch (SQLException ex) in testFunctions()
98 assure("atan2 " + ex.getMessage(), false); in testFunctions()
99 throw ex; in testFunctions()
105 catch (SQLException ex) in testFunctions()
107 assure("ceiling " + ex.getMessage(), false); in testFunctions()
108 throw ex; in testFunctions()
114 catch (SQLException ex) in testFunctions()
116 assure("cos " + ex.getMessage(), false); in testFunctions()
117 throw ex; in testFunctions()
123 catch (SQLException ex) in testFunctions()
125 assure("degrees " + ex.getMessage(), false); in testFunctions()
126 throw ex; in testFunctions()
132 catch (SQLException ex) in testFunctions()
134 assure("exp " + ex.getMessage(), false); in testFunctions()
135 throw ex; in testFunctions()
141 catch (SQLException ex) in testFunctions()
143 assure("floor " + ex.getMessage(), false); in testFunctions()
144 throw ex; in testFunctions()
150 catch (SQLException ex) in testFunctions()
152 assure("log " + ex.getMessage(), false); in testFunctions()
153 throw ex; in testFunctions()
159 catch (SQLException ex) in testFunctions()
161 assure("log10 " + ex.getMessage(), false); in testFunctions()
162 throw ex; in testFunctions()
168 catch (SQLException ex) in testFunctions()
170 assure("mod " + ex.getMessage(), false); in testFunctions()
171 throw ex; in testFunctions()
177 catch (SQLException ex) in testFunctions()
179 assure("pi " + ex.getMessage(), false); in testFunctions()
180 throw ex; in testFunctions()
186 catch (SQLException ex) in testFunctions()
188 assure("pow " + ex.getMessage(), false); in testFunctions()
189 throw ex; in testFunctions()
195 catch (SQLException ex) in testFunctions()
197 assure("radians " + ex.getMessage(), false); in testFunctions()
198 throw ex; in testFunctions()
204 catch (SQLException ex) in testFunctions()
206 assure("round " + ex.getMessage(), false); in testFunctions()
207 throw ex; in testFunctions()
213 catch (SQLException ex) in testFunctions()
215 assure("sign " + ex.getMessage(), false); in testFunctions()
216 throw ex; in testFunctions()
222 catch (SQLException ex) in testFunctions()
224 assure("sin " + ex.getMessage(), false); in testFunctions()
225 throw ex; in testFunctions()
231 catch (SQLException ex) in testFunctions()
233 assure("sqrt " + ex.getMessage(), false); in testFunctions()
234 throw ex; in testFunctions()
240 catch (SQLException ex) in testFunctions()
242 assure("tan " + ex.getMessage(), false); in testFunctions()
243 throw ex; in testFunctions()