JavaScript API Reference for Oracle ADF Faces
org.ecmascript.object.error
Class RangeError
org.ecmascript.object.Object
   |
   +--org.ecmascript.object.error.RangeError
public class RangeError
extends Object
The native browser JavaScript object used to represent an error when the a number is outside of a required range.
Note that this object is implemented and supported by the web browser and results of its use may vary.
Constructor Summary
 | 
public | 
RangeError(String message) 
- 
The native browser JavaScript object used to represent an error when the a number is outside of a required range. 
 
 
 | 
public RangeError(String message) 
The native browser JavaScript object used to represent an error when the a number is outside of a required range.
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.