211212213214215216217
} public void summaryRowEnd(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("Crosstab-column groups handler cannot contain summary-rows"); }
217218219220221222223
} public void summaryRow(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("Crosstab-column groups handler cannot contain summary-rows"); }
79808182838485
} public void itemsStarted(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-other-group cannot contain a detail band. Never."); }
85868788899091
} public void itemsAdvanced(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-other-group cannot contain a detail band. Never."); }
91929394959697
} public void itemsFinished(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-other-group cannot contain a detail band. Never."); }
979899100101102103
} public void summaryRowStart(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-other-group cannot contain a summary band. Never."); }
103104105106107108109
} public void summaryRowEnd(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-other-group cannot contain a summary band. Never."); }
109110111112113114115
} public void summaryRow(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-other-group cannot contain a summary band. Never."); }
129130131132133134135136
{ throw re; } catch (Exception re) { throw new ReportProcessingException("Failed to process the report", re); } }
4041424344454647484950
*/ public void run() { if (isValid() == false) { setError(new ReportProcessingException("Error: The task is not configured properly.")); return; } setError(null); try