Lines Matching refs:ex

98             } catch (com.sun.star.lang.IllegalArgumentException ex) {  in _addSelection()
99 …n("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.toString()); in _addSelection()
114 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addSelection()
115 …OR: could not add selection from object relation 'selections[0] a second time': " + ex.toString()); in _addSelection()
129 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addSelection()
155 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _removeSelection()
156 …n("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.toString()); in _removeSelection()
175 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _removeSelection()
176 …ERROR: could not remove selection from object relation 'selections[" + i + "]': " + ex.toString()); in _removeSelection()
191 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _removeSelection()
192 … could not remove selection from object relation 'selections[0] a second time': " + ex.toString()); in _removeSelection()
206 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _removeSelection()
248 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _clearSelection()
249 …n("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.toString()); in _clearSelection()
292 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _createSelectionEnumeration()
293 …n("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.toString()); in _createSelectionEnumeration()
315 } catch (WrappedTargetException ex) { in _createSelectionEnumeration()
316 log.println("ERROR: could not get nextElement: " + ex.toString()); in _createSelectionEnumeration()
318 } catch (NoSuchElementException ex) { in _createSelectionEnumeration()
319 log.println("ERROR: could not get nextElement: " + ex.toString()); in _createSelectionEnumeration()
365 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _createReverseSelectionEnumeration()
366 …n("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.toString()); in _createReverseSelectionEnumeration()
388 } catch (WrappedTargetException ex) { in _createReverseSelectionEnumeration()
389 log.println("ERROR: could not get nextElement: " + ex.toString()); in _createReverseSelectionEnumeration()
391 } catch (NoSuchElementException ex) { in _createReverseSelectionEnumeration()
392 log.println("ERROR: could not get nextElement: " + ex.toString()); in _createReverseSelectionEnumeration()