Lines Matching refs:ex

86         } catch (com.sun.star.lang.IllegalArgumentException ex) {  in _addProperty()
89 ex.toString()); in _addProperty()
92 } catch (PropertyExistException ex) { in _addProperty()
95 ex.toString()); in _addProperty()
98 } catch (IllegalTypeException ex) { in _addProperty()
101 ex.toString()); in _addProperty()
117 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addProperty()
122 ex.toString()); in _addProperty()
125 } catch (PropertyExistException ex) { in _addProperty()
126 log.println("OK: expected Exception was thrown." + ex.toString()); in _addProperty()
129 } catch (IllegalTypeException ex) { in _addProperty()
134 ex.toString()); in _addProperty()
151 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addProperty()
156 ex.toString()); in _addProperty()
159 } catch (PropertyExistException ex) { in _addProperty()
164 ex.toString()); in _addProperty()
167 } catch (IllegalTypeException ex) { in _addProperty()
168 log.println("OK: expected Exception was thrown." + ex.toString()); in _addProperty()
187 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addProperty()
188 log.println("OK: expected Exception was thrown." + ex.toString()); in _addProperty()
191 } catch (PropertyExistException ex) { in _addProperty()
196 ex.toString()); in _addProperty()
199 } catch (IllegalTypeException ex) { in _addProperty()
204 ex.toString()); in _addProperty()
236 } catch (NotRemoveableException ex) { in _removeProperty()
237 … log.println("ERROR: could not remote property 'myXPropertContainerProperty'" + ex.toString()); in _removeProperty()
240 } catch (UnknownPropertyException ex) { in _removeProperty()
241 … log.println("ERROR: could not remote property 'myXPropertContainerProperty'" + ex.toString()); in _removeProperty()
256 } catch (NotRemoveableException ex) { in _removeProperty()
257 log.println("OK: expected Exception was thrown: " + ex.toString()); in _removeProperty()
260 } catch (UnknownPropertyException ex) { in _removeProperty()
264 ex.toString()); in _removeProperty()
282 } catch (UnknownPropertyException ex) { in _removeProperty()
283 log.println("OK: expected Exception was thrown: " + ex.toString()); in _removeProperty()
286 } catch (NotRemoveableException ex) { in _removeProperty()
290 ex.toString()); in _removeProperty()