Lines Matching refs:e

89         } catch (Exception e) {  in createTestEnvironment()
90 throw new StatusException("Can't create object environment", e) ; in createTestEnvironment()
110 } catch (Exception e) { in createTestEnvironment()
111 throw new StatusException("Can't create com.sun.star.sdb.RowSet", e); in createTestEnvironment()
121 } catch (UnknownPropertyException e) { in createTestEnvironment()
122 throw new StatusException("Can't set properties on oRowSet", e); in createTestEnvironment()
123 } catch (PropertyVetoException e) { in createTestEnvironment()
124 throw new StatusException("Can't set properties on oRowSet", e); in createTestEnvironment()
125 } catch (IllegalArgumentException e) { in createTestEnvironment()
126 throw new StatusException("Can't set properties on oRowSet", e); in createTestEnvironment()
127 } catch (WrappedTargetException e) { in createTestEnvironment()
128 throw new StatusException("Can't set properties on oRowSet", e); in createTestEnvironment()
132 } catch (SQLException e) { in createTestEnvironment()
133 throw new StatusException("Can't execute oRowSet", e); in createTestEnvironment()
151 } catch (SQLException e) { in createTestEnvironment()
152 throw new StatusException("Can't get Bookmarks", e); in createTestEnvironment()
174 } catch (UnknownPropertyException e) { in createTestEnvironment()
175 throw new StatusException("Can't set properties on oObj", e); in createTestEnvironment()
176 } catch (PropertyVetoException e) { in createTestEnvironment()
177 throw new StatusException("Can't set properties on oObj", e); in createTestEnvironment()
178 } catch (IllegalArgumentException e) { in createTestEnvironment()
179 throw new StatusException("Can't set properties on oObj", e); in createTestEnvironment()
180 } catch (WrappedTargetException e) { in createTestEnvironment()
181 throw new StatusException("Can't set properties on oObj", e); in createTestEnvironment()
235 } catch ( IllegalArgumentException e){ in createTestEnvironment()
236 System.out.println(e.toString()); in createTestEnvironment()
237 } catch ( Exception e){ in createTestEnvironment()
238 System.out.println(e.toString()); in createTestEnvironment()
248 } catch (Exception e) { in createTestEnvironment()
249 throw new StatusException("Can't create com.sun.star.sdb.RowSet", e); in createTestEnvironment()
259 } catch (UnknownPropertyException e) { in createTestEnvironment()
260 throw new StatusException("Can't set properties on oRowSet", e); in createTestEnvironment()
261 } catch (PropertyVetoException e) { in createTestEnvironment()
262 throw new StatusException("Can't set properties on oRowSet", e); in createTestEnvironment()
263 } catch (IllegalArgumentException e) { in createTestEnvironment()
264 throw new StatusException("Can't set properties on oRowSet", e); in createTestEnvironment()
265 } catch (WrappedTargetException e) { in createTestEnvironment()
266 throw new StatusException("Can't set properties on oRowSet", e); in createTestEnvironment()
270 } catch (SQLException e) { in createTestEnvironment()
271 throw new StatusException("Can't execute oRowSet", e); in createTestEnvironment()
285 } catch (Exception e) { in createTestEnvironment()
286 throw new StatusException("Can't create com.sun.star.sdb.RowSet", e); in createTestEnvironment()
359 catch( Exception e ) { in getRemoteXConnection()
363 e.printStackTrace(); in getRemoteXConnection()
364 throw new StatusException("could not register new database", e) ; in getRemoteXConnection()
376 } catch(Exception e) { in getLocalXConnection()
377 … throw new StatusException("Couldn't create instance of 'com.sun.star.sdb.DatabaseContext'", e); in getLocalXConnection()
397 } catch ( NoSuchElementException e){ in getLocalXConnection()
398 throw new StatusException("Couldn't get registered data base", e); in getLocalXConnection()
399 } catch ( WrappedTargetException e){ in getLocalXConnection()
400 throw new StatusException("Couldn't get registered data base", e); in getLocalXConnection()
401 } catch ( SQLException e){ in getLocalXConnection()
402 throw new StatusException("Couldn't get XConnection from registered data base", e); in getLocalXConnection()
424 } catch (com.sun.star.uno.Exception e){ in cleanup()