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