spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / javascript / column38


Internet Explorer 5.0 Review, Part IV: Exception Handling

Developer News
Google Going Native With Chrome
Mozilla Fixes Firefox Flaws as 3.5 Release Nears
Microsoft and Novell Still Bosom Buddies

In this column we continue our review of Internet Explorer 5.0. We focus here on one of IE 5.0's major additions to JavaScript: exception handling. Exception handling is a key feature of modern programming languages such as C++, Java, and VBScript. By adding exception handling to its syntax, Microsoft promoted JavaScript to C++'s and Java's standard of languages. Exception handling is based on a syntax that allows the programmer to differentiate between normal-processing code and error-processing code. In industrial-strength code, almost half of the lines deal with errors and exceptions. Separating exception handling code from the other lines makes the code much easier to read, maintain, and modify. Up till now, some programmers preferred VBScript over JavaScript because JavaScript did not support exception handling. Since JavaScript is superior to VBScript in many other ways, we foresee a movement of VBScript programmers to the JavaScript camp.

In this column we'll teach you the basics of exception handling and how to use JavaScript's syntax to take advantage of it. We show you several examples that demonstrate the idea and its implementation. We also emphasize the difference between exception handling in JavaScript and in other languages. In particular we'll show you:

More Resources from Doc JavaScript
Columns Popular Columns Tips Tools
Latest Columns
41-50 | 31-40 | 21-30
11-20 | 1-10
Working with Windows
JavaScript and Frames
Bookmarklets
Random Tips
Personalized Tips
RSS Channels
Menu Builder
Rollover Builder
Rotation Builder
Reference Tip Categories (want one?)
Links
For Your Site
Did you learn something? Do you like this site? Please link to us!

http://www.internet.com

Produced by Yehuda Shiran and Tomer Shiran

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
XML and PHP Simplified · Creating a ASP.NET Contact Form · Data Filtering with PHP
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Intel to Host Live Nehalem Q&A · 12 Tips to Troubleshoot Network File-Sharing · 10 Tips for Selling on Kijiji


Created: April 26, 1999
Revised: April 26, 1999

URL:http://www.webreference.com/js/column38/