All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.netobjects.nfx.util.ExceptionHandler

public interface ExceptionHandler
Version:
1.0
Author:
Scott Cinnamond

Method Index

 o handleException(Throwable)
Processes the given exception.

Methods

 o handleException
 public abstract void handleException(Throwable t)
Processes the given exception.

Parameters:
t - the exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index