1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Passenger: Passenger::FileSystemException Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="namespacePassenger.html">Passenger</a>::<a class="el" href="classPassenger_1_1FileSystemException.html">FileSystemException</a>
</div>
</div>
<div class="contents">
<h1>Passenger::FileSystemException Class Reference<br>
<small>
[<a class="el" href="group__Exceptions.html">Exceptions</a>]</small>
</h1><!-- doxytag: class="Passenger::FileSystemException" --><!-- doxytag: inherits="Passenger::SystemException" -->A filesystem error, as returned by the operating system.
<a href="#_details">More...</a>
<p>
<code>#include <<a class="el" href="Exceptions_8h-source.html">Exceptions.h</a>></code>
<p>
<div class="dynheader">
Inheritance diagram for Passenger::FileSystemException:</div>
<div class="dynsection">
<p><center><img src="classPassenger_1_1FileSystemException__inherit__graph.png" border="0" usemap="#Passenger_1_1FileSystemException__inherit__map" alt="Inheritance graph"></center>
<map name="Passenger_1_1FileSystemException__inherit__map">
<area shape="rect" href="classPassenger_1_1SystemException.html" title="Represents an error returned by a system call or a standard library call." alt="" coords="17,5,215,32"></map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center></div>
<p>
<a href="classPassenger_1_1FileSystemException-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7eef8fefd84a07efa9fe3a76129a4386"></a><!-- doxytag: member="Passenger::FileSystemException::filename" ref="7eef8fefd84a07efa9fe3a76129a4386" args="() const " -->
string </td><td class="memItemRight" valign="bottom"><a class="el" href="classPassenger_1_1FileSystemException.html#7eef8fefd84a07efa9fe3a76129a4386">filename</a> () const throw ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The filename that's associated to the error. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A filesystem error, as returned by the operating system.
<p>
This may include, for example, permission errors. <hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="Exceptions_8h-source.html">Exceptions.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Feb 21 12:22:48 2010 for Passenger by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>
|