Lecture overview -- Keyboard shortcut: 'u'  Previous page: Examples of normal and exceptional aspects -- Keyboard shortcut: 'p'  Next page: How are errors handled? -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Exception Handling - slide 6 : 30

When are errors detected?
It is attractive to find errors as early as possible

Exception handling is primarily concerned with detection and handling of "the real exceptions" in the executing program

Exception handling adds robustness to the final program