root / docstrings / pyinotify.WatchManagerError-class.html

Revision a17385ae4cd3f952f689cfeee0d6e04841a4325e, 11.1 kB (checked in by Sebastien Martini <seb@…>, 5 hours ago)

Updated docstrings generated documentation.

  • Property mode set to 100644
Line 
1<?xml version="1.0" encoding="ascii"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3          "DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6  <title>pyinotify.WatchManagerError</title>
7  <link rel="stylesheet" href="epydoc.css" type="text/css" />
8  <script type="text/javascript" src="epydoc.js"></script>
9</head>
10
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
12      alink="#204080">
13<!-- ==================== NAVIGATION BAR ==================== -->
14<table class="navbar" border="0" width="100%" cellpadding="0"
15       bgcolor="#a0c0ff" cellspacing="0">
16  <tr valign="middle">
17  <!-- Home link -->
18      <th>&nbsp;&nbsp;&nbsp;<a
19        href="pyinotify-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20
21  <!-- Tree link -->
22      <th>&nbsp;&nbsp;&nbsp;<a
23        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
24
25  <!-- Index link -->
26      <th>&nbsp;&nbsp;&nbsp;<a
27        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
29  <!-- Help link -->
30      <th>&nbsp;&nbsp;&nbsp;<a
31        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
33      <th class="navbar" width="100%"></th>
34  </tr>
35</table>
36<table width="100%" cellpadding="0" cellspacing="0">
37  <tr valign="top">
38    <td width="100%">
39      <span class="breadcrumbs">
40        <a href="pyinotify-module.html">Module&nbsp;pyinotify</a> ::
41        Class&nbsp;WatchManagerError
42      </span>
43    </td>
44    <td>
45      <table cellpadding="0" cellspacing="0">
46        <!-- hide/show private -->
47        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
48    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
49        <tr><td align="right"><span class="options"
50            >[<a href="frames.html" target="_top">frames</a
51            >]&nbsp;|&nbsp;<a href="pyinotify.WatchManagerError-class.html"
52            target="_top">no&nbsp;frames</a>]</span></td></tr>
53      </table>
54    </td>
55  </tr>
56</table>
57<!-- ==================== CLASS DESCRIPTION ==================== -->
58<h1 class="epydoc">Class WatchManagerError</h1><p class="nomargin-top"><span class="codelink"><a href="pyinotify-pysrc.html#WatchManagerError">source&nbsp;code</a></span></p>
59<center>
60<center>  <map id="uml_class_diagram_for_pyinotif_23" name="uml_class_diagram_for_pyinotif_23">
61<area shape="rect" href="pyinotify.WatchManagerError&#45;class.html#__init__" title="x.__init__(...) initializes x; see x.__class__.__doc__ for signature" alt="" coords="21,366,168,385"/>
62<area shape="rect" href="pyinotify.WatchManagerError&#45;class.html" title="WatchManager Exception." alt="" coords="20,341,169,386"/>
63<area shape="rect" href="javascript:void(0);" title="exceptions.Exception.__new__" alt="" coords="32,292,157,310"/>
64<area shape="rect" href="javascript:void(0);" title="Common base class for all non&#45;exit exceptions." alt="" coords="31,266,159,312"/>
65<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.args" alt="" coords="17,28,172,46"/>
66<area shape="rect" href="javascript:void(0);" title="exception message" alt="" coords="17,46,172,65"/>
67<area shape="rect" href="javascript:void(0);" title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" coords="17,68,172,86"/>
68<area shape="rect" href="javascript:void(0);" title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" coords="17,86,172,105"/>
69<area shape="rect" href="javascript:void(0);" title="x[y]" alt="" coords="17,105,172,124"/>
70<area shape="rect" href="javascript:void(0);" title="x[i:j]" alt="" coords="17,124,172,142"/>
71<area shape="rect" href="javascript:void(0);" title="helper for pickle" alt="" coords="17,142,172,161"/>
72<area shape="rect" href="javascript:void(0);" title="repr(x)" alt="" coords="17,161,172,180"/>
73<area shape="rect" href="javascript:void(0);" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="17,180,172,198"/>
74<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.__setstate__" alt="" coords="17,198,172,217"/>
75<area shape="rect" href="javascript:void(0);" title="str(x)" alt="" coords="17,217,172,236"/>
76<area shape="rect" href="javascript:void(0);" title="Common base class for all exceptions" alt="" coords="16,10,173,237"/>
77</map>
78  <img src="uml_class_diagram_for_pyinotif_23.gif" alt='' usemap="#uml_class_diagram_for_pyinotif_23" ismap="ismap" class="graph-without-title" />
79</center>
80</center>
81<hr />
82<p>WatchManager Exception. Raised on error encountered on watches
83  operations.</p>
84
85<!-- ==================== INSTANCE METHODS ==================== -->
86<a name="section-InstanceMethods"></a>
87<table class="summary" border="1" cellpadding="3"
88       cellspacing="0" width="100%" bgcolor="white">
89<tr bgcolor="#70b0f0" class="table-header">
90  <td colspan="2" class="table-header">
91    <table border="0" cellpadding="0" cellspacing="0" width="100%">
92      <tr valign="top">
93        <td align="left"><span class="table-header">Instance Methods</span></td>
94        <td align="right" valign="top"
95         ><span class="options">[<a href="#section-InstanceMethods"
96         class="privatelink" onclick="toggle_private();"
97         >hide private</a>]</span></td>
98      </tr>
99    </table>
100  </td>
101</tr>
102<tr>
103    <td width="15%" align="right" valign="top" class="summary">
104      <span class="summary-type">&nbsp;</span>
105    </td><td class="summary">
106      <table width="100%" cellpadding="0" cellspacing="0" border="0">
107        <tr>
108          <td><span class="summary-sig"><a href="pyinotify.WatchManagerError-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>,
109        <span class="summary-sig-arg">msg</span>,
110        <span class="summary-sig-arg">wmd</span>)</span><br />
111      x.__init__(...) initializes x; see x.__class__.__doc__ for signature</td>
112          <td align="right" valign="top">
113            <span class="codelink"><a href="pyinotify-pysrc.html#WatchManagerError.__init__">source&nbsp;code</a></span>
114           
115          </td>
116        </tr>
117      </table>
118     
119    </td>
120  </tr>
121  <tr>
122    <td colspan="2" class="summary">
123    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
124      <code>__new__</code>
125      </p>
126    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
127      <code>__delattr__</code>,
128      <code>__getattribute__</code>,
129      <code>__getitem__</code>,
130      <code>__getslice__</code>,
131      <code>__reduce__</code>,
132      <code>__repr__</code>,
133      <code>__setattr__</code>,
134      <code>__setstate__</code>,
135      <code>__str__</code>
136      </p>
137    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
138      <code>__hash__</code>,
139      <code>__reduce_ex__</code>
140      </p>
141    </td>
142  </tr>
143</table>
144<!-- ==================== PROPERTIES ==================== -->
145<a name="section-Properties"></a>
146<table class="summary" border="1" cellpadding="3"
147       cellspacing="0" width="100%" bgcolor="white">
148<tr bgcolor="#70b0f0" class="table-header">
149  <td colspan="2" class="table-header">
150    <table border="0" cellpadding="0" cellspacing="0" width="100%">
151      <tr valign="top">
152        <td align="left"><span class="table-header">Properties</span></td>
153        <td align="right" valign="top"
154         ><span class="options">[<a href="#section-Properties"
155         class="privatelink" onclick="toggle_private();"
156         >hide private</a>]</span></td>
157      </tr>
158    </table>
159  </td>
160</tr>
161  <tr>
162    <td colspan="2" class="summary">
163    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
164      <code>args</code>,
165      <code>message</code>
166      </p>
167    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
168      <code>__class__</code>
169      </p>
170    </td>
171  </tr>
172</table>
173<!-- ==================== METHOD DETAILS ==================== -->
174<a name="section-MethodDetails"></a>
175<table class="details" border="1" cellpadding="3"
176       cellspacing="0" width="100%" bgcolor="white">
177<tr bgcolor="#70b0f0" class="table-header">
178  <td colspan="2" class="table-header">
179    <table border="0" cellpadding="0" cellspacing="0" width="100%">
180      <tr valign="top">
181        <td align="left"><span class="table-header">Method Details</span></td>
182        <td align="right" valign="top"
183         ><span class="options">[<a href="#section-MethodDetails"
184         class="privatelink" onclick="toggle_private();"
185         >hide private</a>]</span></td>
186      </tr>
187    </table>
188  </td>
189</tr>
190</table>
191<a name="__init__"></a>
192<div>
193<table class="details" border="1" cellpadding="3"
194       cellspacing="0" width="100%" bgcolor="white">
195<tr><td>
196  <table width="100%" cellpadding="0" cellspacing="0" border="0">
197  <tr valign="top"><td>
198  <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>,
199        <span class="sig-arg">msg</span>,
200        <span class="sig-arg">wmd</span>)</span>
201    <br /><em class="fname">(Constructor)</em>
202  </h3>
203  </td><td align="right" valign="top"
204    ><span class="codelink"><a href="pyinotify-pysrc.html#WatchManagerError.__init__">source&nbsp;code</a></span>&nbsp;
205    </td>
206  </tr></table>
207 
208  <p>x.__init__(...) initializes x; see x.__class__.__doc__ for
209  signature</p>
210  <dl class="fields">
211    <dt>Parameters:</dt>
212    <dd><ul class="nomargin-top">
213        <li><strong class="pname"><code>msg</code></strong> (string) - Exception string's description.</li>
214        <li><strong class="pname"><code>wmd</code></strong> (dict) - Results of previous operations made by the same function on
215          previous wd or paths. It also contains the item which raised this
216          exception.</li>
217    </ul></dd>
218    <dt>Overrides:
219        object.__init__
220    </dt>
221  </dl>
222</td></tr></table>
223</div>
224<br />
225<!-- ==================== NAVIGATION BAR ==================== -->
226<table class="navbar" border="0" width="100%" cellpadding="0"
227       bgcolor="#a0c0ff" cellspacing="0">
228  <tr valign="middle">
229  <!-- Home link -->
230      <th>&nbsp;&nbsp;&nbsp;<a
231        href="pyinotify-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
232
233  <!-- Tree link -->
234      <th>&nbsp;&nbsp;&nbsp;<a
235        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
236
237  <!-- Index link -->
238      <th>&nbsp;&nbsp;&nbsp;<a
239        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
240
241  <!-- Help link -->
242      <th>&nbsp;&nbsp;&nbsp;<a
243        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
244
245      <th class="navbar" width="100%"></th>
246  </tr>
247</table>
248<table border="0" cellpadding="0" cellspacing="0" width="100%%">
249  <tr>
250    <td align="left" class="footer">
251    Generated by Epydoc 3.0.1 on Tue Jan  6 22:57:24 2009
252    </td>
253    <td align="right" class="footer">
254      <a target="mainFrame" href="http://epydoc.sourceforge.net"
255        >http://epydoc.sourceforge.net</a>
256    </td>
257  </tr>
258</table>
259
260<script type="text/javascript">
261  <!--
262  // Private objects are initially displayed (because if
263  // javascript is turned off then we want them to be
264  // visible); but by default, we want to hide them.  So hide
265  // them unless we have a cookie that says to show them.
266  checkCookie();
267  // -->
268</script>
269</body>
270</html>
Note: See TracBrowser for help on using the browser.