Package de.intarsys.tools.component
Interface IExceptionHandler
-
public interface IExceptionHandler
An object that handles exceptions. This is useful for generic implementation like IAction objects, that want to encapsulate exception handling along with the action implementation without knowing anything about their context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleException(java.lang.Exception e)
-