|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportException | |
---|---|
de.smartics.exceptions.report.data | Provides classes that represent report data. |
de.smartics.exceptions.report.generator | Provides report generator implementations. |
Uses of ReportException in de.smartics.exceptions.report.data |
---|
Methods in de.smartics.exceptions.report.data that throw ReportException | |
---|---|
void |
InMemoryExceptionCodesReport.add(ExceptionCodeReportItem item) |
void |
AbstractExceptionCodesReport.add(ExceptionCodeReportItem item) Adds the given code information as an item to the report. |
Uses of ReportException in de.smartics.exceptions.report.generator |
---|
Methods in de.smartics.exceptions.report.generator that throw ReportException | |
---|---|
void |
ReportGenerator.writeReport(ProjectConfiguration<O> config, StoredExceptionCodesReport report) Writes the report with the given information. |
void |
AbstractReportGenerator.writeReport(ProjectConfiguration<O> config, StoredExceptionCodesReport report) Writes the report with the given information. |
void |
HtmlReportGenerator.writeReport(ProjectConfiguration<XMLStreamWriter> config, StoredExceptionCodesReport report) |
void |
AbstractXmlReportGenerator.writeReport(ProjectConfiguration<XMLStreamWriter> config, StoredExceptionCodesReport report) Writes the report with the given information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |