Exceptions
A way to control the flow of a program
An exception is an object that defines an unusual (error) situation
Exceptions are thrown by the program/runtime and can be caught and handled
Java has many pre-defined exceptions
Previous slide
Next slide
Back to first slide
View graphic version