meshi.util
Class DoNothingExceptionHandler

java.lang.Object
  extended by meshi.util.DoNothingExceptionHandler
All Implemented Interfaces:
ExceptionHandler

public class DoNothingExceptionHandler
extends java.lang.Object
implements ExceptionHandler


Constructor Summary
DoNothingExceptionHandler()
           
 
Method Summary
 void handle(java.lang.Exception ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoNothingExceptionHandler

public DoNothingExceptionHandler()
Method Detail

handle

public void handle(java.lang.Exception ex)
Specified by:
handle in interface ExceptionHandler