* catch(TextException exception) { CloneException cloneException = new
* CloneException(exception.getMessage());
* cloneException.initCause(exception); throw cloneException; }
*/
if (textTableCellCloneService == null)
textTableCellCloneService = new TextTableCellCloneService(this);
return textTableCellCloneService;
}