}
}
}
try {
xDict.addEntry(wordToCheck, expectedConversion);
} catch (com.sun.star.lang.IllegalArgumentException e) {
e.printStackTrace();
res = false;
assure("Exception while checking adding entry", false);
} catch (com.sun.star.container.ElementExistException e) {