Related articles |
---|
Exceptions - finding proper excpt. handler MKOU2157@barbora.mff.cuni.cz (Michal Koucky) (1995-08-11) |
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
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.