Package org.benf.cfr.reader.util.output
Class SinkDumperFactory.SinkExceptionDumper
- java.lang.Object
-
- org.benf.cfr.reader.util.output.SinkDumperFactory.SinkExceptionDumper
-
- All Implemented Interfaces:
ExceptionDumper
- Enclosing class:
- SinkDumperFactory
private static class SinkDumperFactory.SinkExceptionDumper extends java.lang.Object implements ExceptionDumper
-
-
Field Summary
Fields Modifier and Type Field Description private OutputSinkFactory.Sink<SinkReturns.ExceptionMessage>
exceptionSink
-
Constructor Summary
Constructors Modifier Constructor Description private
SinkExceptionDumper(OutputSinkFactory.Sink<SinkReturns.ExceptionMessage> exceptionSink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
noteException(java.lang.String path, java.lang.String comment, java.lang.Exception e)
-
-
-
Field Detail
-
exceptionSink
private OutputSinkFactory.Sink<SinkReturns.ExceptionMessage> exceptionSink
-
-
Constructor Detail
-
SinkExceptionDumper
private SinkExceptionDumper(OutputSinkFactory.Sink<SinkReturns.ExceptionMessage> exceptionSink)
-
-
Method Detail
-
noteException
public void noteException(java.lang.String path, java.lang.String comment, java.lang.Exception e)
- Specified by:
noteException
in interfaceExceptionDumper
-
-