diff --git a/error_handling.html b/error_handling.html index 85347cc..86dd97a 100644 --- a/error_handling.html +++ b/error_handling.html @@ -23,7 +23,7 @@ in Generic Components'', originally published in M. Jazayeri, R. Loos, D. Musser (eds.): Generic Programming, Proc. of a - Dagstuhl Seminar, Lecture Notes on Computer Science 1766 + Dagstuhl Seminar, Lecture Notes on Computer Science. Volume. 1766
catch(...)
, see below.
@@ -135,7 +136,7 @@ throw some_exception(); where the problem was detected. That usually means assert() or something like it. -Sometimes it is neccessary to have resilient APIs which can stand up +
Sometimes it is necessary to have resilient APIs which can stand up to nearly any kind of client abuse, but there is usually a significant cost to this approach. For example, it usually requires that each object used by a client be tracked so that it can be checked for validity. If @@ -200,7 +201,7 @@ extern "C" void (*old_translator)(unsigned, EXCEPTION_POINTERS*)
Revised - 22 March, 2003 + 25 March, 2003