Lines Matching refs:e

186         } catch (com.sun.star.uno.Exception e) {  in before()
188 e.printStackTrace(); in before()
189 throw new StatusException( "Couldn't create document", e ); in before()
204 } catch (com.sun.star.lang.WrappedTargetException e) { in before()
205 e.printStackTrace(); in before()
206 throw new StatusException( "Couldn't get a spreadsheet", e); in before()
207 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in before()
208 e.printStackTrace(); in before()
209 throw new StatusException( "Couldn't get a spreadsheet", e); in before()
210 } catch (com.sun.star.lang.IllegalArgumentException e) { in before()
211 e.printStackTrace(); in before()
212 throw new StatusException( "Couldn't get a spreadsheet", e); in before()
232 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in before()
233 e.printStackTrace(); in before()
234 throw new StatusException("Couldn't fill some cells", e); in before()
250 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in before()
251 e.printStackTrace(); in before()
252 throw new StatusException( "Couldn't get cells for changeing.", e); in before()
269 } catch (com.sun.star.lang.WrappedTargetException e) { in before()
270 e.printStackTrace(); in before()
271 throw new StatusException("Couldn't create a test environment", e); in before()
272 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in before()
273 e.printStackTrace(); in before()
274 throw new StatusException("Couldn't create a test environment", e); in before()
282 } catch(com.sun.star.lang.WrappedTargetException e) { in before()
283 e.printStackTrace(); in before()
284 throw new StatusException("Couldn't create a test environment", e); in before()
285 } catch(com.sun.star.lang.IllegalArgumentException e) { in before()
286 e.printStackTrace(); in before()
287 throw new StatusException("Couldn't create a test environment", e); in before()
288 } catch(com.sun.star.beans.PropertyVetoException e) { in before()
289 e.printStackTrace(); in before()
290 throw new StatusException("Couldn't create a test environment", e); in before()
291 } catch(com.sun.star.beans.UnknownPropertyException e) { in before()
292 e.printStackTrace(); in before()
293 throw new StatusException("Couldn't create a test environment", e); in before()
304 } catch (com.sun.star.lang.WrappedTargetException e) { in before()
305 e.printStackTrace(); in before()
306 throw new StatusException("Couldn't create a test environment", e); in before()
307 } catch (com.sun.star.container.NoSuchElementException e) { in before()
308 e.printStackTrace(); in before()
309 throw new StatusException("Couldn't create a test environment", e); in before()
310 } catch (com.sun.star.lang.IllegalArgumentException e) { in before()
311 e.printStackTrace(); in before()
312 throw new StatusException("Couldn't create a test environment", e); in before()
319 } catch (com.sun.star.lang.WrappedTargetException e) { in before()
320 e.printStackTrace(); in before()
321 throw new StatusException("Couldn't get data pilot field", e); in before()
322 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in before()
323 e.printStackTrace(); in before()
324 throw new StatusException("Couldn't get data pilot field", e); in before()
325 } catch (com.sun.star.lang.IllegalArgumentException e) { in before()
326 e.printStackTrace(); in before()
327 throw new StatusException("Couldn't get data pilot field", e); in before()
351 } catch (com.sun.star.util.CloseVetoException e) { in closeSpreadsheetDocument()
354 } catch (com.sun.star.lang.DisposedException e) { in closeSpreadsheetDocument()
357 } catch (java.lang.NullPointerException e) { in closeSpreadsheetDocument()