com.croftsoft.core.lang.ex
Interface ExceptionHandler


public interface ExceptionHandler

Handles Exception events.

Version:
1999-12-23
Author:
David Wallace Croft

Method Summary
 boolean handleException(Exception ex, Object o)
           
 

Method Detail

handleException

boolean handleException(Exception ex,
                        Object o)
Returns:
Returns false if the Exception was not handled.

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)