Chapter Goals
- To understand how exceptional conditions can arise within a program
- To understand how dealing with exceptional conditions can make your
programs more reliable and robust
- To learn how to use a variety of mechanisms to handle exceptional
conditions
- To understand how to use try blocks and catch handlers in your own
programs
prev
|top
|next