JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.6.0)
E12046-07 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
org.ecmascript.object.error
Class EvalError
org.ecmascript.object.Object
|
+--org.ecmascript.object.error.EvalError
public class EvalError
extends Object
The native browser JavaScript object used to represent an error when the eval()
method is used incorrectly.
Note that this object is implemented and supported by the web browser and results of its use may vary.
- See also:
Global.eval(Number)
Constructor Summary
|
public |
EvalError(String message)
-
The native browser JavaScript object used to represent an error when the eval() method is used incorrectly.
|
public EvalError(String message)
The native browser JavaScript object used to represent an error when the eval()
method is used incorrectly.
Note that this object is implemented and supported by the web browser and results of its use may vary.
- Parameters:
-
message |
- |
the error message |
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.6.0)
E12046-07 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
Generated on 2011.10.24 21:45 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.