Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > dc51c7d3f8a5588a609f484ef81504ee > files > 82

libfastcgipp-devel-1.1-2mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>fastcgi++: exceptions.hpp File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>exceptions.hpp File Reference</h1>Defines fastcgi++ exceptions. <a href="#_details">More...</a>
<p>
<code>#include &lt;exception&gt;</code><br>
<code>#include &lt;string&gt;</code><br>
<code>#include &lt;<a class="el" href="protocol_8hpp-source.html">fastcgi++/protocol.hpp</a>&gt;</code><br>

<p>
<a href="exceptions_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceFastcgipp.html">Fastcgipp</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceFastcgipp_1_1Exceptions.html">Fastcgipp::Exceptions</a></td></tr>

<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1Exception.html">Fastcgipp::Exceptions::Exception</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">General fastcgi++ exception.  <a href="classFastcgipp_1_1Exceptions_1_1Exception.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1Request.html">Fastcgipp::Exceptions::Request</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">General fastcgi++ request exception.  <a href="classFastcgipp_1_1Exceptions_1_1Request.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1Param.html">Fastcgipp::Exceptions::Param</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Exception for parameter decoding errors  <a href="classFastcgipp_1_1Exceptions_1_1Param.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1Stream.html">Fastcgipp::Exceptions::Stream</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Exception for output stream processing  <a href="classFastcgipp_1_1Exceptions_1_1Stream.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1RecordOutOfOrder.html">Fastcgipp::Exceptions::RecordOutOfOrder</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Exception for reception of records out of order  <a href="classFastcgipp_1_1Exceptions_1_1RecordOutOfOrder.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1Socket.html">Fastcgipp::Exceptions::Socket</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">General exception for socket related errors.  <a href="classFastcgipp_1_1Exceptions_1_1Socket.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1SocketWrite.html">Fastcgipp::Exceptions::SocketWrite</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Exception for write errors to sockets  <a href="classFastcgipp_1_1Exceptions_1_1SocketWrite.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1SocketRead.html">Fastcgipp::Exceptions::SocketRead</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Exception for read errors to sockets  <a href="classFastcgipp_1_1Exceptions_1_1SocketRead.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1Poll.html">Fastcgipp::Exceptions::Poll</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Exception for poll() errors  <a href="classFastcgipp_1_1Exceptions_1_1Poll.html#_details">More...</a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Defines fastcgi++ exceptions. 
<p>

<p>Definition in file <a class="el" href="exceptions_8hpp-source.html">exceptions.hpp</a>.</p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 16 15:17:47 2008 for fastcgi++ by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>