Business Components

oracle.jbo.uicli.jui
Class JUErrorHandlerDialog

java.lang.Object
  |
  +--oracle.jbo.uicli.controls.JUErrorHandlerDlg
        |
        +--oracle.jbo.uicli.jui.JUErrorHandlerDialog
All Implemented Interfaces:
JUErrorHandler

Deprecated. since 9.0.3 use oracle.jbo.uicli.controls.JUErrorHandlerDlg instead.

public class JUErrorHandlerDialog
extends JUErrorHandlerDlg

Dialog that implements JUErrorHandler interface in the framework. This is the dialog that displays by default on an exception in the framework. Applications should provide their own implementation of JUErrorHandler to customize error displays.


Constructor Summary
JUErrorHandlerDialog()
          Deprecated.  
 
Methods inherited from class oracle.jbo.uicli.controls.JUErrorHandlerDlg
reportException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUErrorHandlerDialog

public JUErrorHandlerDialog()
Deprecated. 

Business Components