Save
...
AS level (y12 content)
3.1 Fundamentals of programming
Exception handling
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Fauzia Habib
Visit profile
Cards (2)
What is
exception handling
The process of dealing with events that cause the current
subroutine
to stop
Describe the
exception handling
process (4)
Error
is thrown a dn current
subroutine
pauses
Current state of subroutine is saved
Exception handling code is
executed
to take care of the error
Normal subroutine continues from where it was saved