UNIT 03 - Lecture 28 - Exception Handling
UNIT 03 - Lecture 28 - Exception Handling
Semester : II
Exception Handling
Outline
• Programs can
• An exception is a class
• Usually derived from one of the system’s exception
base classes
• If an exceptional or error situation occurs, program
throws an object of that class
• Object crawls up the call stack
• Should enclose
Thank You