|
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 |
Implements reporting of all JClient and BC4J exceptions raised in the context of a JUFormBinding.
Applications could customize exception reporting in JClient by implementing this interface and providing a custom implementation to display/handle BC4J and JClient exceptions.
By default JUErrorHandlerThrow implements this interface and throws all exceptions as a JboException which is a generic Java runtime exception and base class for all BC4J and JClient exceptions.
For generated applications from JClient wizards, the wizards generate a call to set JUErrorHandlerDialog as the default error handler so that all exceptions are displayed in an error dialog.
oracle.jbo.JboException.
,
JUErrorHandlerThrow
,
JUErrorHandlerDialog
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. |
Method Detail |
public void reportException(JUFormBinding formBnd, java.lang.Exception ex)
|
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.