有人可以解释这个例外的原因是什么吗?
java.lang.IndexOutOfBoundsException:reserve - 列/大小不正确 在com.lowagie.text.Row.reserve(Row.java:272)at com.lowagie.text.Row.addElement(Row.java:225)at com.lowagie.text.Table.placeCell(Table.java:1567)at com.lowagie.text.Table.addCell(Table.java:577)at com.lowagie.text.Table.addCell(Table.java:590)
我无法在谷歌找到明确的解释。
_tmp = new Cell(new Phrase(sm.getString("xxx"), font));
_tmp.setHorizontalAlignment(Cell.ALIGN_RIGHT);
_tmp.setColspan(3);
_tmp.setBorderWidthBottom(0);
_tmp.setBorderWidthLeft(0);
table.addCell(_tmp);