|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
PREV CLASS NEXT CLASS |
|||||||||||
java.lang.Object
oracle.adf.controller.struts.util.ErrorReporting
Helper class to transform exceptions thrown by the ADF model into Struts ActionErrors.
Constructor Summary |
|
ErrorReporting() |
|
Method Summary |
|
static void |
addError(org.apache.struts.action.ActionErrors errors, int num, int lev, java.lang.Throwable ex)Adds an exception to the ActionErrors collection. |
static void |
transferErrorsToStrutsCollection(oracle.adf.model.binding.DCBindingContainer container, org.apache.struts.action.ActionErrors errors)Transfer binding container runtime errors to the Struts ActionErrors collection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ErrorReporting()
Method Detail |
public static void transferErrorsToStrutsCollection(oracle.adf.model.binding.DCBindingContainer container,
org.apache.struts.action.ActionErrors errors)
container - the binding containererrors - the ActionErrors object where new errors will be added.
public static void addError(org.apache.struts.action.ActionErrors errors,
int num,
int lev,
java.lang.Throwable ex)
errors - the collection of errorsnum - the error indexlev - the current level of recursionex - the exception node being treated
|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
PREV CLASS NEXT CLASS |
|||||||||||