exception handling

(redirected from Error handler)

exception handling

[ek′sep·shən ‚hand·liŋ]
(computer science)
Programming techniques for dealing with error conditions, generally without terminating execution of the program.
(control systems)
The actions taken by a control system when unpredictable conditions or situations arise in which the controller must respond quickly.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
References in periodicals archive ?
Initially, an error handler is defined so the code can exit without the user realizing there's a problem, and zero (0) is assigned for the default return value.
An error handler that determines the nature of any errors in the XML document and then acts accordingly.
SoftBase's Database Rely, Data Generation Facility, Database Attach and Query Error Handler assist enterprise companies to maintain data integrity, handle batch process errors, and ensure that critical processes remain running.
In Chimera, a generic assembly language timing error handler was created.
Therefore, an error handler routine (analogous to the event handler) is called when an error condition arises during a simulation run.
We grouped the causes of the crashes into the following categories: pointer/array errors, not checking return codes, input functions, sub-processes, interaction effects, bad error handler, signed characters, race conditions, and currently undetermined.