throw new IllegalArgumentException("The submitted table management is not valid.");
if(!(textTable instanceof ETextTable))
throw new IllegalArgumentException("The submitted table is not valid.");
this.tableCell = tableCell;
this.textTable = (ETextTable)textTable;
textTableCellName = new TextTableCellName(cellName);
}