edu.sc.seis.fissuresUtil.exceptionHandler
Class Log4jReporter

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

public class Log4jReporter
extends java.lang.Object
implements ExceptionReporter


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

Constructor Detail

Log4jReporter

public Log4jReporter()
Method Detail

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