Exception Handling

Detection and Handling

The separation of error detection and handling is fundamental to writing well designed reusable classes and to using them correctly. We have a clear separation of "duty". The low level code detects errors, the higher level code handles the error.

Exception handling...


Last Modified: Monday, 28-Aug-2006 10:16:05 EDT