Lines Matching refs:e

197         } catch (com.sun.star.uno.Exception e) {  in before()
199 e.printStackTrace(); in before()
200 throw new StatusException( "Couldn't create document", e ); in before()
215 } catch (com.sun.star.lang.WrappedTargetException e) { in before()
216 e.printStackTrace(); in before()
217 throw new StatusException( "Couldn't get a spreadsheet", e); in before()
218 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in before()
219 e.printStackTrace(); in before()
220 throw new StatusException( "Couldn't get a spreadsheet", e); in before()
221 } catch (com.sun.star.lang.IllegalArgumentException e) { in before()
222 e.printStackTrace(); in before()
223 throw new StatusException( "Couldn't get a spreadsheet", e); in before()
243 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in before()
244 e.printStackTrace(); in before()
245 throw new StatusException("Couldn't fill some cells", e); in before()
261 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in before()
262 e.printStackTrace(); in before()
263 throw new StatusException( "Couldn't get cells for changeing.", e); in before()
280 } catch (com.sun.star.lang.WrappedTargetException e) { in before()
281 e.printStackTrace(); in before()
282 throw new StatusException("Couldn't create a test environment", e); in before()
283 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in before()
284 e.printStackTrace(); in before()
285 throw new StatusException("Couldn't create a test environment", e); in before()
293 } catch(com.sun.star.lang.WrappedTargetException e) { in before()
294 e.printStackTrace(); in before()
295 throw new StatusException("Couldn't create a test environment", e); in before()
296 } catch(com.sun.star.lang.IllegalArgumentException e) { in before()
297 e.printStackTrace(); in before()
298 throw new StatusException("Couldn't create a test environment", e); in before()
299 } catch(com.sun.star.beans.PropertyVetoException e) { in before()
300 e.printStackTrace(); in before()
301 throw new StatusException("Couldn't create a test environment", e); in before()
302 } catch(com.sun.star.beans.UnknownPropertyException e) { in before()
303 e.printStackTrace(); in before()
304 throw new StatusException("Couldn't create a test environment", e); in before()
315 } catch (com.sun.star.lang.WrappedTargetException e) { in before()
316 e.printStackTrace(); in before()
317 throw new StatusException("Couldn't create a test environment", e); in before()
318 } catch (com.sun.star.container.NoSuchElementException e) { in before()
319 e.printStackTrace(); in before()
320 throw new StatusException("Couldn't create a test environment", e); in before()
321 } catch (com.sun.star.lang.IllegalArgumentException e) { in before()
322 e.printStackTrace(); in before()
323 throw new StatusException("Couldn't create a test environment", e); in before()
330 } catch (com.sun.star.lang.WrappedTargetException e) { in before()
331 e.printStackTrace(); in before()
332 throw new StatusException("Couldn't get data pilot field", e); in before()
333 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in before()
334 e.printStackTrace(); in before()
335 throw new StatusException("Couldn't get data pilot field", e); in before()
336 } catch (com.sun.star.lang.IllegalArgumentException e) { in before()
337 e.printStackTrace(); in before()
338 throw new StatusException("Couldn't get data pilot field", e); in before()
362 } catch (com.sun.star.util.CloseVetoException e) { in closeSpreadsheetDocument()
365 } catch (com.sun.star.lang.DisposedException e) { in closeSpreadsheetDocument()
368 } catch (java.lang.NullPointerException e) { in closeSpreadsheetDocument()