Webster's Online Dictionary
with Multilingual Thesaurus Translation

 
Earth's largest dictionary with more than 1226 modern languages and Eve!

Specialty Expressions: EXCEPTION HANDLER

ExpressionsDomainDefinition
Exception handlerComputingA portion of program text specifying a response to the exception. Execution of such a program text is called handling the exception. Source: European Union. (references)
Exception handlerComputingException handler Special code which is called when an exception occurs during the execution of a program. If the programmer does not provide a handler for a given exception, a built-in system exception handler will usually be called resulting in abortion of the program run and some kind of error indication being returned to the user. Examples of exception handler mechanisms are Unix's signal calls and Lisp's catch and throw. (1994-10-31). Source: The Free On-line Dictionary of Computing..

Source: compiled by the editor from various references; see credits.

Top