edu.sc.seis.fissuresUtil.exceptionHandler
Class SystemOutReporter

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

public class SystemOutReporter
extends java.lang.Object
implements ExceptionReporter


Constructor Summary
SystemOutReporter()
           
 
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

SystemOutReporter

public SystemOutReporter()
Method Detail

report

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