Business Components

oracle.jbo.uicli.jui
Class JUErrorHandlerDialog

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

public class JUErrorHandlerDialog
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
JUErrorHandlerDialog()
           
 
Method Summary
TypeMethod
 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

JUErrorHandlerDialog

public JUErrorHandlerDialog()
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

Business Components