Lines Matching refs:e

83         } catch ( com.sun.star.uno.Exception e ) {  in initialize()
85 e.printStackTrace( log ); in initialize()
86 throw new StatusException( "Couldn't create document", e ); in initialize()
149 } catch(com.sun.star.lang.WrappedTargetException e) { in createTestEnvironment()
150 e.printStackTrace(log); in createTestEnvironment()
151 throw new StatusException("Couldn't get by index", e); in createTestEnvironment()
152 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in createTestEnvironment()
153 e.printStackTrace(log); in createTestEnvironment()
154 throw new StatusException("Couldn't get by index", e); in createTestEnvironment()
155 } catch(com.sun.star.lang.IllegalArgumentException e) { in createTestEnvironment()
156 e.printStackTrace(log); in createTestEnvironment()
157 throw new StatusException("Couldn't get by index", e); in createTestEnvironment()
169 } catch(com.sun.star.uno.Exception e) { in createTestEnvironment()
170 e.printStackTrace(log); in createTestEnvironment()
171 throw new StatusException("Couldn't create instance", e); in createTestEnvironment()
184 } catch(com.sun.star.lang.WrappedTargetException e) { in createTestEnvironment()
185 e.printStackTrace(log); in createTestEnvironment()
186 throw new StatusException("Couldn't create test environment", e); in createTestEnvironment()
187 } catch(com.sun.star.container.NoSuchElementException e) { in createTestEnvironment()
188 e.printStackTrace(log); in createTestEnvironment()
189 throw new StatusException("Couldn't create test environment", e); in createTestEnvironment()
190 } catch(com.sun.star.container.ElementExistException e) { in createTestEnvironment()
191 e.printStackTrace(log); in createTestEnvironment()
192 throw new StatusException("Couldn't create test environment", e); in createTestEnvironment()
193 } catch(com.sun.star.lang.IllegalArgumentException e) { in createTestEnvironment()
194 e.printStackTrace(log); in createTestEnvironment()
195 throw new StatusException("Couldn't create test environment", e); in createTestEnvironment()
211 } catch(com.sun.star.lang.WrappedTargetException e) { in createTestEnvironment()
212 e.printStackTrace(log); in createTestEnvironment()
213 throw new StatusException("Couldn't get spreadsheet by index", e); in createTestEnvironment()
214 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in createTestEnvironment()
215 e.printStackTrace(log); in createTestEnvironment()
216 throw new StatusException("Couldn't get spreadsheet by index", e); in createTestEnvironment()
217 } catch(com.sun.star.lang.IllegalArgumentException e) { in createTestEnvironment()
218 e.printStackTrace(log); in createTestEnvironment()
219 throw new StatusException("Couldn't get spreadsheet by index", e); in createTestEnvironment()
227 } catch(com.sun.star.lang.WrappedTargetException e) { in createTestEnvironment()
228 e.printStackTrace(log); in createTestEnvironment()
229 throw new StatusException("Couldn't set property CellStyle", e); in createTestEnvironment()
230 } catch(com.sun.star.lang.IllegalArgumentException e) { in createTestEnvironment()
231 e.printStackTrace(log); in createTestEnvironment()
232 throw new StatusException("Couldn't set property CellStyle", e); in createTestEnvironment()
233 } catch(com.sun.star.beans.PropertyVetoException e) { in createTestEnvironment()
234 e.printStackTrace(log); in createTestEnvironment()
235 throw new StatusException("Couldn't set property CellStyle", e); in createTestEnvironment()
236 } catch(com.sun.star.beans.UnknownPropertyException e) { in createTestEnvironment()
237 e.printStackTrace(log); in createTestEnvironment()
238 throw new StatusException("Couldn't set property CellStyle", e); in createTestEnvironment()