Script: Class Top Level RangeError
Class RangeError
- Object
- TopLevel.Error
- RangeError
- TopLevel.Error
Represents a range error.
Constructor Summary
Constructs the error.
RangeError(msg : String)
Constructs the error with the specified message.
Method Summary
Methods inherited from class Error
Methods inherited from class Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
Constructor Detail
RangeError
publicRangeError()
Constructs the error.
RangeError
publicRangeError(msg : String)
Constructs the error with the specified message.
Parameters:
msg - the range error message.