}
if (BandStyleKeys.LAYOUT_TABLE.equals(layoutType))
{
if (strictCompatibilityMode)
{
throw new IncompatibleFeatureException("A report with a legacy mode of pre-4.0 cannot handle table layouts. " +
"Migrate your report to version 4.0 or higher.",
ClassicEngineBoot.computeVersionId(4, 0, 0));
}
final SimpleStyleSheet styleSheet = bandCache.getStyleSheet(elementStyleSheet);
final BoxDefinition boxDefinition = boxDefinitionFactory.getBoxDefinition(styleSheet);