Thrown when a number is out of its appropriate range.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | 5.0+ | 1.0+ | 6.0+ | no | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
RangeError Constructor([String message]) : RangeError
Creates a new instance of RangeError.
|
Show Details | 5.0+ | 1.0+ | 6.0+ | no | no | |||||
RangeError([String message]) : RangeErrorCreates a new instance of RangeError. Parameters
Returns
|
|||||||||||
Inherited Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari |
|---|---|---|---|---|---|---|
|
constructor
: Object
Specifies the function that creates the Error prototype.
|
Show Details | 5.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ |
|
||||||
|
message
: String
Error message.
|
Show Details | 5.5+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ |
|
||||||
|
name
: String
Error name.
|
Show Details | 5.5+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ |
|
||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari |
|---|---|---|---|---|---|---|
|
An error message associated with the RangeError.
|
No Details | 5.0+ | 1.0+ | 6.0+ | no | no |
|
|
||||||
|
Specifies the type of exception.
|
No Details | 5.0+ | 1.0+ | 6.0+ | no | no |
|
|
||||||
Inherited Functions
| Method | Action | IE | Mozilla | Netscape | Opera | Safari | ||
|---|---|---|---|---|---|---|---|---|
|
toString() : String
Converts an Error object to a string.
|
Show Details | 5.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | ||
|
Returns
|
||||||||
References
Error|Error.message|Error.name
Availability
JavaScript 1.5|JScript 5.5|ECMAScript v3
