| 
 | Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 1 (11.1.1.5.0) E10652-06 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   oracle.adf.controller.struts.util.ErrorReporting
oracle.adf.controller.struts.util.ErrorReporting
Deprecated. Use equivalent classes in oracle.adf.controller.v2
public class ErrorReporting
Helper class to transform exceptions thrown by the ADF model into Struts ActionErrors.
| Constructor Summary | |
|---|---|
| ErrorReporting()Deprecated. | |
| Method Summary | |
|---|---|
| static void | addError(org.apache.struts.action.ActionErrors errors, int num, int lev, java.lang.Throwable ex)Deprecated. Adds an exception to the ActionErrors collection. | 
| static java.lang.String | quote(java.lang.String x)Deprecated. | 
| static void | transferErrorsToStrutsCollection(oracle.adf.model.binding.DCBindingContainer container, org.apache.struts.action.ActionErrors errors)Deprecated. 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 treatedpublic static java.lang.String quote(java.lang.String x)
| 
 | Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 1 (11.1.1.5.0) E10652-06 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||