X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Fdoc%2Fhtml%2Fmanual%2Fexceptions.html;fp=libstdc%2B%2B-v3%2Fdoc%2Fhtml%2Fmanual%2Fexceptions.html;h=9ad183a86da9525224eb9871549f76f37c203760;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=0000000000000000000000000000000000000000;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libstdc++-v3/doc/html/manual/exceptions.html b/libstdc++-v3/doc/html/manual/exceptions.html new file mode 100644 index 00000000..9ad183a8 --- /dev/null +++ b/libstdc++-v3/doc/html/manual/exceptions.html @@ -0,0 +1,22 @@ + + +Chapter 7. Exceptions

Chapter 7. Exceptions

Table of Contents

Exception Classes
Adding Data to Exceptions
Cancellation

Exception Classes

+ All exception objects are defined in one of the standard header + files: exception, + stdexcept, new, and + typeinfo. +

+ The base exception object is exception, + located in exception. This object has no + string member. +

+ Derived from this are several classes that may have a + string member: a full hierarchy can be + found in the source documentation. +