Exception handling (Definition)

The process of managing errors.

This is enhanced in JavaScript version 1.3 by the addition of the try ... catch and throw statements.

See also:catch( ... ), throw, try ... catch ... finally