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.
- Author:
- Michael Karneim
|
Method Summary |
void |
handleException(java.lang.String message,
java.lang.Throwable t)
Handles the given Throwable. |
handleException
void handleException(java.lang.String message,
java.lang.Throwable t)
- Handles the given Throwable.
- Parameters:
message - t -
© 2010 by Michael Karneim, http://www.beanfabrics.org