spacer
Yehuda Shiran September 14, 2002
Throwing Exceptions
Tips: September 2002

Yehuda Shiran, Ph.D.
Doc JavaScript

Developer News
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs

Sometimes you cannot handle a specific error in the catch block associated with the try block where the error occurred. In this case, use the throw statement to re-throw the error to higher-level error handling. A try...catch...finally statement may be nested within a higher-level try statement. When you throw an exception from a lower-level catch block, it will be caught by the higher level catch block. The syntax is very simple:

  throw exception
where exception is any expression and is required. It can be a string or an Error object. The exception value is simply passed as a parameter to the catch block. If the throw statement is inside a try block, the exception value is passed to the corresponding same-level catch block. If the throw statement is inside a catch block, the exception value is passed to the higher-level catch block, if one exists.

To learn more about exception handling, go to Column 118, JScript .NET, Part XII: Exception Handling.


People who read this tip also read these tips:

Look for similar tips by subject:

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 >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint