PPT Slide
try {
...
} // try
catch (QueueFullException e) {
...
} // catch QueueFull Exception
catch (FileNotFoundException e) {
...
} // catch FileNotFound Exception
catch (IOException e) {
...
} // catch IO Exception
Inheritance and Exceptions
This sequence of catches works:
Previous slide
Next slide
Back to first slide
View graphic version