Script: Class Top Level ReferenceError
Class ReferenceError
- Object
- TopLevel.Error
- ReferenceError
- TopLevel.Error
Represents a reference error.
Constructor Summary
Constructs the error.
ReferenceError(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
ReferenceError
publicReferenceError()
Constructs the error.
ReferenceError
publicReferenceError(msg : String)
Constructs the error with the specified message.
Parameters:
msg - the reference error message.