public class ExceptionReportWriterImpl extends Object implements ExceptionReportWriter
Constructor and Description |
---|
ExceptionReportWriterImpl() |
Modifier and Type | Method and Description |
---|---|
void |
writeReport(PrintWriter writer,
ExceptionAnalysis analysis)
Writes the analyzed exception to the writer.
|
void |
writeReport(PrintWriter writer,
Throwable exception)
Analyzes the exception (using the
ExceptionAnalyzer service)
and then writes the result to the writer. |
public ExceptionReportWriterImpl()
public void writeReport(PrintWriter writer, Throwable exception)
ExceptionReportWriter
ExceptionAnalyzer
service)
and then writes the result to the writer.writeReport
in interface ExceptionReportWriter
public void writeReport(PrintWriter writer, ExceptionAnalysis analysis)
ExceptionReportWriter
writeReport
in interface ExceptionReportWriter
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.