Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: gcc/libstdc++-v3/doc/html/manual/exceptions.html

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 7. Exceptions</title><meta name="generator" content="DocBook XSL Stylesheets V1.74.0" /><meta name="keyword s" content="&#10; ISO C++&#10; , &#10; library&#10; " /><link re l="home" href="../spine.html" title="The GNU C++ Library Documentation" /><link rel="up" href="diagnostics.html" title="Part III.  Diagnostics" /><link rel="pre v" href="diagnostics.html" title="Part III.  Diagnostics" /><link rel="next" hre f="bk01pt03ch07s02.html" title="Adding Data to Exceptions" /></head><body><div c lass="navheader"><table width="100%" summary="Navigation header"><tr><th colspan ="3" align="center">Chapter 7. Exceptions</th></tr><tr><td width="20%" align="le ft"><a accesskey="p" href="diagnostics.html">Prev</a> </td><th width="60%" align ="center">Part III. 
4 Diagnostics
5
6 </th><td width="20%" align="right"> <a accesskey="n" href="bk01pt03ch07s02.html" >Next</a></td></tr></table><hr /></div><div class="chapter" lang="en" xml:lang=" en"><div class="titlepage"><div><div><h2 class="title"><a id="manual.diagnostics .exceptions"></a>Chapter 7. Exceptions</h2></div></div></div><div class="toc"><p ><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="exceptions.htm l#manual.diagnostics.exceptions.hierarchy">Exception Classes</a></span></dt><dt> <span class="sect1"><a href="bk01pt03ch07s02.html">Adding Data to Exceptions</a> </span></dt><dt><span class="sect1"><a href="bk01pt03ch07s03.html">Cancellation< /a></span></dt></dl></div><div class="sect1" lang="en" xml:lang="en"><div class= "titlepage"><div><div><h2 class="title" style="clear: both"><a id="manual.diagno stics.exceptions.hierarchy"></a>Exception Classes</h2></div></div></div><p>
7 All exception objects are defined in one of the standard header
8 files: <code class="filename">exception</code>,
9 <code class="filename">stdexcept</code>, <code class="filename">new</code> , and
10 <code class="filename">typeinfo</code>.
11 </p><p>
12 The base exception object is <code class="classname">exception</code>,
13 located in <code class="filename">exception</code>. This object has no
14 <code class="classname">string</code> member.
15 </p><p>
16 Derived from this are several classes that may have a
17 <code class="classname">string</code> member: a full hierarchy can be
18 found in the <a class="ulink" href="http://gcc.gnu.org/onlinedocs/libstdc+ +/latest-doxygen/a00233.html" target="_top">source documentation</a>.
19 </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Na vigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="diagnos tics.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="d iagnostics.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href ="bk01pt03ch07s02.html">Next</a></td></tr><tr><td width="40%" align="left" valig n="top">Part III. 
20 Diagnostics
21
22  </td><td width="20%" align="center"><a accesskey="h" href="../spine.html">Home< /a></td><td width="40%" align="right" valign="top"> Adding Data to Exceptions</t d></tr></table></div></body></html>
OLDNEW
« no previous file with comments | « gcc/libstdc++-v3/doc/html/manual/dynamic_memory.html ('k') | gcc/libstdc++-v3/doc/html/manual/ext_algorithms.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698