Chapter 11. Exception Handling: A Deeper Look
It is common sense to take a method and try it. If it fails, admit it frankly and try another. But above all, try something.
—Franklin Delano Roosevelt
O! throw away the worser part of it, And live the purer with the other half.
—William Shakespeare
If they’re running and they don’t look where they’re going I have to come out from somewhere and catch them.
—Jerome David Salinger
Objectives
In this chapter you’ll learn:
• What exceptions are and how they’re handled.
• When to use exception handling.
• To use try
blocks to delimit code in which exceptions might occur.
• To throw
exceptions to indicate a problem.
• To use catch
blocks to specify exception handlers.
• To use the finally
block ...
Get Java™ for Programmers: Deitel Developer Series, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.