OWLNext 7.0
Borland's Object Windows Library for the modern age
|
ObjectWindows provides a robust exception-handling mechanism for dealing with exceptional situations.
An exceptional situation is any situation that falls outside your application's normal operating parameters. It can be something as innocuous as an unexpected user response or something as serious as an invalid handle or memory allocation failure. Exception handling provides a clean, efficient way to deal with these and other conditions.
You should be thoroughly familiar with C++ exception handling before reading this material.
The following topics describe ObjectWindows exception-handling encapsulation: