| Availability: |
| ||||
| JavaScript syntax: | N | myError = new URIError() | |||
| N | myError = new URIError(aNumber) | ||||
| N | myError = new URIError(aNumber, aText) | ||||
| Argument list: | aNumber | An error number | |||
| aText | A text describing the error | ||||
| Object properties: | description, message, name, number | ||||
| Object methods: | toString() | ||||
This sub-class of the Error object is used when an exception is caused by one of the URI handler functions being used inappropriately.
| Prev | Home | Next |
| URI handling functions | Up | URL |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. | ||