if (log.isErrorEnabled())
{
log.error("Fill " + subreportFiller.fillerId + ": exception", e);
}
throw new JRRuntimeException("Error encountered while waiting on the report filling thread.", e);
}
if (log.isDebugEnabled())
{
log.debug("Fill " + subreportFiller.fillerId + ": notified of fill result");