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