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.
-
dmParent
-
-
ComponentExceptionHandler(Frame)
- Constructor.
-
handleException(Throwable)
- Handle the exeption.
dmParent
private Frame dmParent
ComponentExceptionHandler
public ComponentExceptionHandler(Frame parent)
- Constructor.
- Parameters:
- parent - the parent frame.
handleException
public void handleException(Throwable t)
- Handle the exeption.
All Packages Class Hierarchy This Package Previous Next Index