PPT Slide
Object that defines an unusual or erroneous situation
Not handle the exception (program halts. Ugh!)
Handle the exception where it occurs (try...catch...)
Handle the exception at another point in the program
Part of the contract of a method (throws)
Responsibility of the client to handle (try…catch…)