meshi.util
Interface ExceptionHandler

All Known Implementing Classes:
DoNothingExceptionHandler, Utils.DefaultExceptionHandler, Utils.DoNothingExceptionHandler

public interface ExceptionHandler


Method Summary
 void handle(java.lang.Exception ex)
           
 

Method Detail

handle

void handle(java.lang.Exception ex)