jsky.util
Interface ExceptionHandler


public interface ExceptionHandler

An interface for handling exceptions


Method Summary
 boolean handleException(java.lang.Exception e)
          Returns true if the exception was handled.
 

Method Detail

handleException

boolean handleException(java.lang.Exception e)
Returns true if the exception was handled.