diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-10 10:55:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-10 16:36:20 +0000 |
commit | b1c472fd873c6396890135a3804a5b93e8581457 (patch) | |
tree | fc3eb61cd9805268343440316379c8545f1c9b76 /qadevOOo/runner | |
parent | 4a1edf626ad48b5955892e5590d75fa7ae5eaf58 (diff) |
coverity#1326610 DE: Dropped or ignored exception
and
coverity#1326611 DE: Dropped or ignored exception
coverity#1326612 DE: Dropped or ignored exception
coverity#1326613 DE: Dropped or ignored exception
coverity#1326614 DE: Dropped or ignored exception
coverity#1326615 DE: Dropped or ignored exception
coverity#1326617 DE: Dropped or ignored exception
coverity#1326618 DE: Dropped or ignored exception
coverity#1326619 DE: Dropped or ignored exception
coverity#1326620 DE: Dropped or ignored exception
coverity#1326621 DE: Dropped or ignored exception
coverity#1326622 DE: Dropped or ignored exception
coverity#1326623 DE: Dropped or ignored exception
coverity#1326624 DE: Dropped or ignored exception
coverity#1326625 DE: Dropped or ignored exception
coverity#1326626 DE: Dropped or ignored exception
coverity#1326627 DE: Dropped or ignored exception
Change-Id: I921a5434a6a116db5033cb2c90a59008c13f1bb2
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/util/DBTools.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java index 685ce2cdd4ce..4fd764a49572 100644 --- a/qadevOOo/runner/util/DBTools.java +++ b/qadevOOo/runner/util/DBTools.java @@ -161,7 +161,9 @@ public class DBTools { dbContext = UnoRuntime.queryInterface (XNamingService.class, cont) ; - } catch (com.sun.star.uno.Exception e) {} + } catch (com.sun.star.uno.Exception e) { + System.out.println("caught exception: " + e); + } } /** |