Lines Matching refs:ex

61         catch (SQLException ex)  in testFunctions()
63 assure("upper " + ex.getMessage(), false); in testFunctions()
64 throw ex; in testFunctions()
70 catch (SQLException ex) in testFunctions()
72 assure("lower " + ex.getMessage(), false); in testFunctions()
73 throw ex; in testFunctions()
79 catch (SQLException ex) in testFunctions()
81 assure("ascii " + ex.getMessage(), false); in testFunctions()
82 throw ex; in testFunctions()
88 catch (SQLException ex) in testFunctions()
90 assure("char_len " + ex.getMessage(), false); in testFunctions()
91 throw ex; in testFunctions()
97 catch (SQLException ex) in testFunctions()
99 assure("concat " + ex.getMessage(), false); in testFunctions()
100 throw ex; in testFunctions()
106 catch (SQLException ex) in testFunctions()
108 assure("locate " + ex.getMessage(), false); in testFunctions()
109 throw ex; in testFunctions()
115 catch (SQLException ex) in testFunctions()
117 assure("substr " + ex.getMessage(), false); in testFunctions()
118 throw ex; in testFunctions()
124 catch (SQLException ex) in testFunctions()
126 assure("ltrim " + ex.getMessage(), false); in testFunctions()
127 throw ex; in testFunctions()
133 catch (SQLException ex) in testFunctions()
135 assure("rtrim " + ex.getMessage(), false); in testFunctions()
136 throw ex; in testFunctions()
142 catch (SQLException ex) in testFunctions()
144 assure("space " + ex.getMessage(), false); in testFunctions()
145 throw ex; in testFunctions()
151 catch (SQLException ex) in testFunctions()
153 assure("replace " + ex.getMessage(), false); in testFunctions()
154 throw ex; in testFunctions()
160 catch (SQLException ex) in testFunctions()
162 assure("repeat " + ex.getMessage(), false); in testFunctions()
163 throw ex; in testFunctions()
169 catch (SQLException ex) in testFunctions()
171 assure("insert " + ex.getMessage(), false); in testFunctions()
172 throw ex; in testFunctions()
178 catch (SQLException ex) in testFunctions()
180 assure("left " + ex.getMessage(), false); in testFunctions()
181 throw ex; in testFunctions()
187 catch (SQLException ex) in testFunctions()
189 assure("right " + ex.getMessage(), false); in testFunctions()
190 throw ex; in testFunctions()