OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

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)

Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
EvalError(String message)
The native browser JavaScript object used to represent an error when the eval() method is used incorrectly.


Field Detail


Constructor Detail


EvalError

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

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2011.04.05 23:36 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.