Lines Matching refs:ex

147         catch (InvalidStorageException ex)  in exists()
149 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in exists()
151 catch (com.sun.star.lang.IllegalArgumentException ex) in exists()
153 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in exists()
186 catch (InvalidStorageException ex) in isReadable()
188 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable()
190 catch (com.sun.star.lang.IllegalArgumentException ex) in isReadable()
192 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable()
194 catch (NoSuchElementException ex) in isReadable()
196 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable()
213 catch (NoSuchElementException ex) in openInputRepository()
215 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository()
217 catch (WrappedTargetException ex) in openInputRepository()
219 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository()
221 catch (InvalidStorageException ex) in openInputRepository()
223 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository()
225 catch (IllegalArgumentException ex) in openInputRepository()
227 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository()
229 catch (com.sun.star.io.IOException ex) in openInputRepository()
231 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository()
263 catch (UnknownPropertyException ex) in openOutputRepository()
265 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openOutputRepository()
267 catch (PropertyVetoException ex) in openOutputRepository()
269 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openOutputRepository()
271 catch (IllegalArgumentException ex) in openOutputRepository()
273 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openOutputRepository()
275 catch (WrappedTargetException ex) in openOutputRepository()
277 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openOutputRepository()
279 catch (InvalidStorageException ex) in openOutputRepository()
281 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openOutputRepository()
283 catch (com.sun.star.io.IOException ex) in openOutputRepository()
285 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openOutputRepository()
311 catch (com.sun.star.io.IOException ex) in closeOutputRepository()
313 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in closeOutputRepository()
315 catch (WrappedTargetException ex) in closeOutputRepository()
317 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in closeOutputRepository()
330 catch (InvalidStorageException ex) in existsStorage()
332 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in existsStorage()
334 catch (com.sun.star.lang.IllegalArgumentException ex) in existsStorage()
336 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in existsStorage()
338 catch (NoSuchElementException ex) in existsStorage()