Exception mechanisms of languages: termination model Programming languages such as Ada offer mechanisms wh ich permit the
Question:
Exception mechanisms of languages: termination model Programming languages such as Ada offer mechanisms wh ich permit the detection of eITor occurrence and provoke the call to an exception handler which terminates the interrupted execution.
Example:
procedure XYZ( ... ) is
-- declarative part begin
-- current body exception when others => exception handling end XYZ;
Analyze the redundancy characteristics due to the exception mechanism.
Is this redundancy: active or passive, separable or non-separable, on-line or off-line?
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Design Of Dependable Computing Systems
ISBN: 978-9048159413
1st Edition
Authors: J C Geffroy ,G Motet
Question Posted: