24.187. URIError: thrown by URI encoding and decoding methodsECMAScript v3: Object Error URIError24.187.1. Constructor
24.187.1.1. Arguments
24.187.1.2. ReturnsA newly constructed URIError object. If the message argument is specified, the Error object uses it as the value of its message property; otherwise, it uses an implementation-defined default string as the value of that property. When the URIError( ) constructor is called as a function without the new operator, it behaves just as it does when called with the new operator. 24.187.2. Properties
24.187.3. DescriptionAn instance of the URIError class is thrown by decodeURI( ) and decodeURIComponent( ) if the specified string contains illegal hexadecimal escapes. It can also be thrown by encodeURI( ) and encodeURIComponent( ) if the specified string contains illegal Unicode surrogate pairs. See Error for details about throwing and catching exceptions. 24.187.4. See AlsoError, Error.message, Error.name |
Monday, October 19, 2009
Section 24.187. URIError: thrown by URI encoding and decoding methods
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment