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