All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.netobjects.nfx.util.ComponentExceptionHandler

java.lang.Object
   |
   +----com.netobjects.nfx.util.ComponentExceptionHandler

public class ComponentExceptionHandler
extends Object
implements ExceptionHandler
Class to deal with exception conditions in all components in a consistent way.


Variable Index

 o dmParent

Constructor Index

 o ComponentExceptionHandler(Frame)
Constructor.

Method Index

 o handleException(Throwable)
Handle the exeption.

Variables

 o dmParent
 private Frame dmParent

Constructors

 o ComponentExceptionHandler
 public ComponentExceptionHandler(Frame parent)
Constructor.

Parameters:
parent - the parent frame.

Methods

 o handleException
 public void handleException(Throwable t)
Handle the exeption.


All Packages  Class Hierarchy  This Package  Previous  Next  Index