try {
eTextTable.addTable(table);
} catch (TextException textException) {
CloneException cloneException = new CloneException(
"Error while cloning table");
cloneException.initCause(textException);
throw cloneException;
}
}
if (generateReturnValue)
return new ClonedObject(eTextTable, eTextTable.getClass());