edu.sc.seis.fissuresUtil.exceptionHandler
Class ServletReporter

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

public class ServletReporter
extends java.lang.Object
implements ExceptionReporter


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

ServletReporter

public ServletReporter()
Method Detail

report

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