edu.sc.seis.fissuresUtil.exceptionHandler
Class QuitOnExceptionPostProcess

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.exceptionHandler.QuitOnExceptionPostProcess
All Implemented Interfaces:
PostProcess

public class QuitOnExceptionPostProcess
extends java.lang.Object
implements PostProcess


Constructor Summary
QuitOnExceptionPostProcess(java.lang.Class c)
           
QuitOnExceptionPostProcess(java.lang.Class c, int processResult)
           
 
Method Summary
 void process(java.lang.String message, java.lang.Throwable thrown)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuitOnExceptionPostProcess

public QuitOnExceptionPostProcess(java.lang.Class c)

QuitOnExceptionPostProcess

public QuitOnExceptionPostProcess(java.lang.Class c,
                                  int processResult)
Method Detail

process

public void process(java.lang.String message,
                    java.lang.Throwable thrown)
Specified by:
process in interface PostProcess