Ada Programming/Exceptions - Wikibooks, open books for an open world

CentralNotice From Wikibooks, open books for an open world < Ada Programming Jump to: navigation , search Computing » Computer Science » Computer Programming » Ada Programming 1 Robustness 2 Modules, preconditions and postconditions 3 Predefined exceptions 4 Input-output exceptions 5 Exception declarations 6 Exception handlers 7 Raising exceptions 8 Exception handling and propagation 9 Information about an exception occurrence 10 See also 10.1 Wikibook 10.2 Ada 95 Reference Manual 10.3 Ada 2005 Reference Manual 10.4 Ada Quality and Style Guide Robustness [ edit ] Robustness is the ability of a system or system component to behave “reasonably” when it detects an anomaly, e.g.: It receives invalid inputs. Another system component (hardware or software) malfunctions. Take as example a telephone exchange control program. What should the co...

Linked on 2016-03-28 20:23:28 | Similar Links