JavaScript API Reference for Oracle ADF Faces
org.ecmascript.object.error
Class ReferenceError
org.ecmascript.object.Object
   |
   +--org.ecmascript.object.error.ReferenceError
public class ReferenceError
extends Object
The native browser JavaScript object used to represent an error when a referenced variable cannot be found.
Note that this object is implemented and supported by the web browser and results of its use may vary.
Constructor Summary
 | 
public | 
ReferenceError(String message) 
- 
The native browser JavaScript object used to represent an error when a referenced variable cannot be found. 
 
 
 | 
public ReferenceError(String message) 
The native browser JavaScript object used to represent an error when a referenced variable cannot be found.
Note that this object is implemented and supported by the web browser and results of its use may vary.
 
- Parameters:
 
- 
message | 
 -  | 
the error message | 
 
 
Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.