exception handler
exception handler
- Exception handlers are catch blocks in C++ applications.
Catch blocks catch exceptions when they are thrown from a function enclosed
in a try block. Try blocks, catch blocks, and throw expressions are the
constructs used to implement formal exception handling in C++ applications.
- A set of routines used to detect deadlock conditions
or to process abnormal condition processing. An exception handler allows
the normal running of processes to be interrupted and resumed. IBM.
[Back: exception]
[Next: executable file]