Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


oracle.jbo.uicli.controls
Class JUErrorHandlerDlg

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

public class JUErrorHandlerDlg
extends java.lang.Object
implements JUErrorHandler

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


Constructor Summary
JUErrorHandlerDlg()
           

 

Method Summary
 void reportException(JUFormBinding formBnd, java.lang.Exception ex)
          Implements how to handle the given exception raised within the JClient framework in the context of the given form binding.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JUErrorHandlerDlg

public JUErrorHandlerDlg()
Method Detail

reportException

public void reportException(JUFormBinding formBnd,
                            java.lang.Exception ex)
Description copied from interface: JUErrorHandler
Implements how to handle the given exception raised within the JClient framework in the context of the given form binding.
Specified by:
reportException in interface JUErrorHandler

Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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