Exceptions - finding proper excpt. handler

"Michal Koucky" <MKOU2157@barbora.mff.cuni.cz>
Fri, 11 Aug 1995 11:25:11 GMT

          From comp.compilers

Related articles
Exceptions - finding proper excpt. handler MKOU2157@barbora.mff.cuni.cz (Michal Koucky) (1995-08-11)
| List of all articles for this month |

Newsgroups: comp.compilers
From: "Michal Koucky" <MKOU2157@barbora.mff.cuni.cz>
Keywords: errors, C++
Organization: MFF, Charles University, Prague
Date: Fri, 11 Aug 1995 11:25:11 GMT

Hi,


  the more interesting question than stack unwinding is:
          "how can I find the proper handler for any excpt.?"


  In C++ I need know the whole class hierarchy of "exception" classes
for finding the proper handler. How can I decide, if any instance of
exception class, which somebody throw from the other module (object
file), is for me?




Michal Koucky
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.