Class ExceptionReportWriterImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      void writeReport​(java.io.PrintWriter writer, ExceptionAnalysis analysis)
      Writes the analyzed exception to the writer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait