summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_fwl/FilterFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_fwl/FilterFactory.java')
-rw-r--r--qadevOOo/tests/java/mod/_fwl/FilterFactory.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_fwl/FilterFactory.java b/qadevOOo/tests/java/mod/_fwl/FilterFactory.java
index 9fc1bd8275b5..b2eff4cf14d4 100644
--- a/qadevOOo/tests/java/mod/_fwl/FilterFactory.java
+++ b/qadevOOo/tests/java/mod/_fwl/FilterFactory.java
@@ -103,11 +103,9 @@ public class FilterFactory extends TestCase {
getPropertyValue
(((PropertyValue[]) instance), "FilterService");
} catch (com.sun.star.container.NoSuchElementException e){
- throw new StatusException(
- Status.failed("Couldn't get elements from object"));
+ throw new StatusException(e, Status.failed("Couldn't get elements from object"));
} catch (com.sun.star.lang.WrappedTargetException e){
- throw new StatusException(
- Status.failed("Couldn't get elements from object"));
+ throw new StatusException(e, Status.failed("Couldn't get elements from object"));
}
log.println("adding INSTANCE 1 as obj relation to environment");