org.beanfabrics.util
Interface IExceptionHandler


public interface IExceptionHandler

The IExceptionHandler is the basic interface for an exception handler that can be installed into the ExceptionUtil.


Method Summary
 void handleException(java.lang.String message, java.lang.Throwable t)
          Handles the given Throwable.
 

Method Detail

handleException

void handleException(java.lang.String message,
                     java.lang.Throwable t)
Handles the given Throwable.

Parameters:
message -
t -