PPT Slide
- Traditional means of error handling can quickly become ugly, complex and unmanageable.
If we intend to do the sequence of calling three procedures followed by one or more instructions, e.g.,
/* do some intended actions*/
we can find ourselves with code that looks like . . .
Exceptions--Traditional Methods