}
textTableManagement.removeTextTables();
}
catch(Exception exception) {
TextException textException = new TextException("The specified table could not be removed");
textException.initCause(exception);
}
}
//----------------------------------------------------------------------------
/**
* Gets the clone service of the element.