edu.sc.seis.fissuresUtil.exceptionHandler
Interface ExceptionReporter

All Known Implementing Classes:
FileWriterReporter, FilterReporter, GUIReporter, HTMLReporter, Log4jReporter, MailExceptionReporter, ServletReporter, SystemOutReporter

public interface ExceptionReporter


Method Summary
 void report(java.lang.String message, java.lang.Throwable e, java.util.List sections)
           
 

Method Detail

report

void report(java.lang.String message,
            java.lang.Throwable e,
            java.util.List sections)
            throws java.lang.Exception
Throws:
java.lang.Exception