edu.sc.seis.fissuresUtil.exceptionHandler
Class ClassExceptionInterceptor

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.exceptionHandler.ClassExceptionInterceptor
All Implemented Interfaces:
ExceptionInterceptor

public class ClassExceptionInterceptor
extends java.lang.Object
implements ExceptionInterceptor


Constructor Summary
ClassExceptionInterceptor(java.lang.Class<? extends java.lang.Throwable> exceptionClass)
           
 
Method Summary
 boolean handle(java.lang.String message, java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassExceptionInterceptor

public ClassExceptionInterceptor(java.lang.Class<? extends java.lang.Throwable> exceptionClass)
Method Detail

handle

public boolean handle(java.lang.String message,
                      java.lang.Throwable t)
Specified by:
handle in interface ExceptionInterceptor