static class |
TableCellException.ColspanNotPositive |
Reports that the colspan attribute for a tableCell or tableHeader node was
not positive.
|
static class |
TableCellException.ColwidthCannotBeNegative |
Reports that at least one negative value was provided in the colwidth attribute for a
tableCell or tableHeader.
|
static class |
TableCellException.ColwidthDoesNotMatchColspan |
Reports that the array of values colwidth attribute for a tableCell or tableHeader
did not match the colspan attribute.
|
static class |
TableCellException.ColwidthException |
Reports a problem with the colwidth attribute of a tableCell or tableHeader.
|
static class |
TableCellException.ColwidthMustHaveAtLeastOnePositiveValue |
Reports that all of the values colwidth attribute for a tableCell or tableHeader
were 0.
|
static class |
TableCellException.RowspanNegative |
Reports that the rowspan attribute for a tableCell or tableHeader was negative.
|