exception (2)
erind
olemus
erandolukord arvuti töös
Wiktionary:
5. (computing) an interruption in normal processing, typically caused by an error condition, that can be handled by another part of the program
ISO/IEC 2382:
programmi täitmise ajal tekkida võiv olukord,
mis võib põhjustada kõrvalekalde
normaalsest täitmisjadast ning
mille määratlemiseks, seadmiseks, tuvastuseks,
ignoreerimiseks või käsitlemiseks on olemas vahendid;
näiteks olukord (ON ERROR) PL/1-keeles, mälu ületäitumine, vahemikuviga
= a condition that may arise during execution of a program, that may cause a deviation from the normal execution sequence, and for which means exist to define, raise, recognize, ignore, or handle it.
Examples: (ON ERROR) condition in PL/1; storage overflow, range error
ISO/IEC 23270:
programmi täitmisel teatatud erandlik olukord
= exceptional condition reported during program execution
ISO/IEC TR 10176:
programmi väärtalitlusjuhtum,
mis üldiselt on määratav
ainult dünaamiliselt, programmi täitmisega
= the instance of incorrect program functioning which in general are determinable only dynamically, through execution of the program
ISO/IEC/IEEE 24765:
sündmus, mis põhjustab programmi normaalse täitmise katkemise
= event that causes suspension of normal program execution
ülevaateid
https://en.wikipedia.org/wiki/Exception_handling
http://iat.fs.cvut.cz/java/j12.pdf
https://www.php.net/manual/en/spl.exceptions.php
vt ka
- eranditöötlus
- ületäitumine