meshi.util
Class Utils.DoNothingExceptionHandler

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

private static class Utils.DoNothingExceptionHandler
extends java.lang.Object
implements ExceptionHandler


Constructor Summary
private Utils.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

Utils.DoNothingExceptionHandler

private Utils.DoNothingExceptionHandler()
Method Detail

handle

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