All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.desktop.ExceptionDialog

java.lang.Object
   |
   +----COM.ibm.desktop.ExceptionDialog

public class ExceptionDialog
extends Object
ExceptionDialog displays an informational message about the exception that was thrown.

 Copyright (c) Taligent, Inc.  1996 - 1997.
 Copyright (c) IBM Corporation 1996 - 1997.
 All Rights Reserved.
 


Constructor Index

 o ExceptionDialog(Frame, String, Exception)
 o ExceptionDialog(String, Exception)

Constructors

 o ExceptionDialog
 public ExceptionDialog(Frame frame,
                        String title,
                        Exception exception)
 o ExceptionDialog
 public ExceptionDialog(String title,
                        Exception exception)

All Packages  Class Hierarchy  This Package  Previous  Next  Index