All Packages Class Hierarchy This Package Previous Next Index
Interface com.netobjects.nfx.util.ExceptionHandler
- public interface ExceptionHandler
- Version:
- 1.0
- Author:
- Scott Cinnamond
-
handleException(Throwable)
- Processes the given exception.
handleException
public abstract void handleException(Throwable t)
- Processes the given exception.
- Parameters:
- t - the exception.
All Packages Class Hierarchy This Package Previous Next Index