|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.uicli.controls.JUErrorHandlerDlg
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(DCBindingContainer 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. |
void |
reportException(DCBindingContainer formBnd,
java.lang.Exception ex,
boolean reportErrorNow)
|
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 |
public JUErrorHandlerDlg()
Method Detail |
public void reportException(JUFormBinding formBnd, java.lang.Exception ex)
JUErrorHandler
reportException
in interface JUErrorHandler
public void reportException(DCBindingContainer formBnd, java.lang.Exception ex)
DCErrorHandler
reportException
in interface DCErrorHandler
public void reportException(DCBindingContainer formBnd, java.lang.Exception ex, boolean reportErrorNow)
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.