edu.sc.seis.fissuresUtil.exceptionHandler
Class FileWriterReporter

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.exceptionHandler.FileWriterReporter
All Implemented Interfaces:
ExceptionReporter

public class FileWriterReporter
extends java.lang.Object
implements ExceptionReporter


Constructor Summary
FileWriterReporter(java.io.File file)
           
 
Method Summary
 void report(java.lang.String message, java.lang.Throwable e, java.util.List sections)
           
 void setFile(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileWriterReporter

public FileWriterReporter(java.io.File file)
Method Detail

setFile

public void setFile(java.io.File file)

report

public void report(java.lang.String message,
                   java.lang.Throwable e,
                   java.util.List sections)
            throws java.io.IOException
Specified by:
report in interface ExceptionReporter
Throws:
java.io.IOException