| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.0) E10653-08  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.jbo.JboWarning
oracle.jbo.JboException
oracle.jbo.script.ExprScriptException
public class ExprScriptException
The Exception thrown from within an untrusted Script. The cause of the exception can be accessed with getCause()
| Field Summary | |
|---|---|
static java.lang.String | 
RESERVED_DISPLAYNAME_METHODNAME
Deprecated.  | 
static java.lang.String | 
RESERVED_EXPROFFSET_METHODNAME
Deprecated.  | 
static java.lang.String | 
RESERVED_FILENAME_METHODNAME
Deprecated.  | 
static java.lang.String | 
RESERVED_OFFSETLIST_METHODNAME
Deprecated.  | 
static java.lang.String | 
RESERVED_OWNERNAME_METHODNAME
Deprecated.  | 
static java.lang.String | 
RESERVED_OWNERTYPE_METHODNAME
Deprecated.  | 
| Fields inherited from class oracle.jbo.JboException | 
|---|
mHasPeerException | 
| Fields inherited from class oracle.jbo.JboWarning | 
|---|
HIDE_DETAIL_EXCEPTIONS_HINT, mHelper, SEVERITY_ERROR, SEVERITY_RAC_RECOVERABLE_ERROR, SEVERITY_RECOVERABLE_ERROR, SEVERITY_VETOABLE_WARNING, SEVERITY_WARNING | 
| Method Summary | |
|---|---|
 java.lang.String | 
getExprStack(java.util.Locale locale)
Deprecated.  | 
 java.lang.String | 
getExprStackWebFormatted(java.util.Locale locale)
Obtain a String which lists all exceptions contained within an untrusted script expression.  | 
static void | 
throwException(java.lang.Throwable t,
               java.util.ArrayList<java.lang.Integer> offsets,
               int offset,
               java.lang.String flatname,
               java.lang.String ownername,
               ExpressionDef.OwnerType type,
               java.lang.String displayname)
Deprecated.  | 
static void | 
throwException(java.lang.Throwable t,
               java.lang.Object context)
Deprecated.  | 
| Methods inherited from class oracle.jbo.JboException | 
|---|
addToDetails, addToExceptions, containsException, doEntityToVOMapping, getExceptions, hasPeerExceptions, needsEntityToVOMapping, printStackTrace, printStackTrace, printStackTrace, setApplicationModule, setDetails, setExceptions, setNeedsEntityToVOMapping | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String RESERVED_OWNERTYPE_METHODNAME
public static final java.lang.String RESERVED_OWNERNAME_METHODNAME
public static final java.lang.String RESERVED_DISPLAYNAME_METHODNAME
public static final java.lang.String RESERVED_OFFSETLIST_METHODNAME
public static final java.lang.String RESERVED_EXPROFFSET_METHODNAME
public static final java.lang.String RESERVED_FILENAME_METHODNAME
| Method Detail | 
|---|
public java.lang.String getExprStackWebFormatted(java.util.Locale locale)
public java.lang.String getExprStack(java.util.Locale locale)
public static void throwException(java.lang.Throwable t,
                                  java.util.ArrayList<java.lang.Integer> offsets,
                                  int offset,
                                  java.lang.String flatname,
                                  java.lang.String ownername,
                                  ExpressionDef.OwnerType type,
                                  java.lang.String displayname)
                           throws JboException
JboException
public static void throwException(java.lang.Throwable t,
                                  java.lang.Object context)
                           throws JboException
JboException
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.0) E10653-08  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||