Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class DacfErrorDialog

java.lang.Object
  extended byoracle.dacf.dataset.DacfErrorDialog

public class DacfErrorDialog
extends java.lang.Object

Displays a dialog on the screen for communicating the information contained within an ErrorMessage.

The dialog will display the type, severity and the text properties of the ErrorMessage.

Version:
SDK
See Also:
showErrorDialog(Component parent, ErrorMessage em), ErrorMessage

Constructor Summary
protected DacfErrorDialog()
           
 
Method Summary
static void showErrorDialog(java.awt.Component parent, ErrorMessage em)
          Displays a dialog on the screen for communicating the information contained within an ErrorMessage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DacfErrorDialog

protected DacfErrorDialog()
Method Detail

showErrorDialog

public static void showErrorDialog(java.awt.Component parent,
                                   ErrorMessage em)
Displays a dialog on the screen for communicating the information contained within an ErrorMessage.

Parameters:
parent - The Component that will be the parent to the dialog.
em - The ErrorMessage containing the information to be displayed to the user.

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.