throw new TemplateParseException("content.tplContentException",
count, content.getTitle());
}
}
if (count == 0) {
throw new GeneratedZeroStaticPageException(
"content.staticGenerated");
}
Content[] beans = new Content[count];
return list.toArray(beans);
}