exception
(redirected from Exceptions)Also found in: Dictionary, Thesaurus, Medical, Legal, Financial, Idioms.
exception
1. Law (formerly) a formal objection in the course of legal proceedings
2. Law a clause or term in a document that restricts the usual legal effect of the document
Collins Discovery Encyclopedia, 1st edition © HarperCollins Publishers 2005
exception
An error condition that changes the normal flow of control
in a program. An exception may be generated ("raised") by
hardware or software. Hardware exceptions include
reset, interrupt or a signal from a memory management unit. Exceptions may be generated by the arithmetic logic unit or floating-point unit for numerical errors such as
divide by zero, overflow or underflow or instruction decoding errors such as privileged, reserved, trap or
undefined instructions. Software exceptions are even more
varied and the term could be applied to any kind of error
checking which alters the normal behaviour of the program.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
exception
An error. See exception handling.Copyright © 1981-2019 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.