169170171172173174175176177178179
throw new RepositoryException(de); } } DmDocument newObject() throws RepositoryException { IDfDocument document; try { document = (IDfDocument) idfSession.newObject("dm_document"); } catch (DfException de) { throw new RepositoryException(de); }