~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to doc/openid.fetchers.HTTPError-class.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-30 02:46:28 UTC
  • mfrom: (1.1.1 pyopenid-2.0)
  • Revision ID: launchpad@pqm.canonical.com-20071130024628-qktwsew3383iawmq
[rs=SteveA] upgrade to python-openid-2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
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>openid.fetchers.HTTPError</title>
 
7
  <link rel="stylesheet" href="epydoc.css" type="text/css"></link>
 
8
</head>
 
9
<body bgcolor="white" text="black" link="blue" vlink="#204080"
 
10
      alink="#204080">
 
11
 
 
12
<!-- =========== START OF NAVBAR =========== -->
 
13
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
 
14
  <tr valign="center">
 
15
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="openid-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
16
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
17
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
 
18
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
19
    <th class="navbar" align="right" width="100%">
 
20
      <table border="0" cellpadding="0" cellspacing="0">
 
21
      <tr><th class="navbar" align="center">
 
22
        <p class="nomargin">
 
23
          <a class="navbar" target="_top" href="http://www.openidenabled.com/">Python-OpenID</a>
 
24
      </p></th></tr></table>
 
25
    </th>
 
26
  </tr>
 
27
</table>
 
28
<table width="100%" cellpadding="0" cellspacing="0">
 
29
  <tr valign="top">
 
30
    <td width="100%">
 
31
      <font size="-1"><b class="breadcrumbs">
 
32
        <a href="openid-module.html">Package&nbsp;openid</a> ::
 
33
        <a href="openid.fetchers-module.html">Module&nbsp;fetchers</a> ::
 
34
        Class&nbsp;HTTPError
 
35
      </b></font></br>
 
36
    </td>
 
37
    <td><table cellpadding="0" cellspacing="0">
 
38
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="openid.fetchers.HTTPError-class.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
 
39
    </table></td>
 
40
</tr></table>
 
41
 
 
42
<!-- =========== START OF CLASS DESCRIPTION =========== -->
 
43
<h2 class="class">Type HTTPError</h2>
 
44
 
 
45
<pre class="base-tree">
 
46
   <a href="__builtin__.object-class.html"><code>object</code></a> --+            
 
47
            |            
 
48
<a href="exceptions.BaseException-class.html"><code>BaseException</code></a> --+        
 
49
                |        
 
50
        <a href="exceptions.Exception-class.html"><code>Exception</code></a> --+    
 
51
                    |    
 
52
    <a href="openid.fetchers.HTTPFetchingError-class.html"><code>HTTPFetchingError</code></a> --+
 
53
                        |
 
54
                       <b>HTTPError</b>
 
55
</pre><br />
 
56
 
 
57
<hr/>
 
58
 
 
59
This exception is raised by the 
 
60
<code><code>CurlHTTPFetcher</code></code> when it encounters an 
 
61
exceptional situation fetching a URL.
 
62
<hr/>
 
63
 
 
64
 
 
65
<!-- =========== START OF METHOD SUMMARY =========== -->
 
66
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
 
67
<tr bgcolor="#70b0f0" class="summary">
 
68
  <th colspan="2">Method Summary</th></tr>
 
69
  <tr><td colspan="2">
 
70
    <b>Inherited from <a href="openid.fetchers.HTTPFetchingError-class.html"><code>HTTPFetchingError</code></a>:</b>
 
71
      <a href="openid.fetchers.HTTPFetchingError-class.html#__init__"><code>__init__</code></a>
 
72
      <br />
 
73
    <b>Inherited from <a href="exceptions.Exception-class.html"><code>Exception</code></a>:</b>
 
74
      <a href="exceptions.Exception-class.html#__new__"><code>__new__</code></a>
 
75
      <br />
 
76
    <b>Inherited from <a href="exceptions.BaseException-class.html"><code>BaseException</code></a>:</b>
 
77
      <a href="exceptions.BaseException-class.html#__delattr__"><code>__delattr__</code></a>, 
 
78
      <a href="exceptions.BaseException-class.html#__getattribute__"><code>__getattribute__</code></a>, 
 
79
      <a href="exceptions.BaseException-class.html#__getitem__"><code>__getitem__</code></a>, 
 
80
      <a href="exceptions.BaseException-class.html#__getslice__"><code>__getslice__</code></a>, 
 
81
      <a href="exceptions.BaseException-class.html#__reduce__"><code>__reduce__</code></a>, 
 
82
      <a href="exceptions.BaseException-class.html#__repr__"><code>__repr__</code></a>, 
 
83
      <a href="exceptions.BaseException-class.html#__setattr__"><code>__setattr__</code></a>, 
 
84
      <a href="exceptions.BaseException-class.html#__setstate__"><code>__setstate__</code></a>, 
 
85
      <a href="exceptions.BaseException-class.html#__str__"><code>__str__</code></a>
 
86
      <br />
 
87
    <b>Inherited from <a href="__builtin__.object-class.html"><code>object</code></a>:</b>
 
88
      <a href="__builtin__.object-class.html#__hash__"><code>__hash__</code></a>, 
 
89
      <a href="__builtin__.object-class.html#__reduce_ex__"><code>__reduce_ex__</code></a>
 
90
    </td></tr>
 
91
</table><br />
 
92
 
 
93
 
 
94
<!-- =========== START OF INSTANCE VARIABLE SUMMARY =========== -->
 
95
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
 
96
<tr bgcolor="#70b0f0" class="summary">
 
97
  <th colspan="2">Instance Variable Summary</th></tr>
 
98
  <tr><td colspan="2">
 
99
    <b>Inherited from <a href="openid.fetchers.HTTPFetchingError-class.html"><code>HTTPFetchingError</code></a>:</b>
 
100
      <a href="openid.fetchers.HTTPFetchingError-class.html#why"><code>why</code></a>
 
101
    </td></tr>
 
102
</table><br />
 
103
 
 
104
 
 
105
<!-- =========== START OF CLASS VARIABLE SUMMARY =========== -->
 
106
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
 
107
<tr bgcolor="#70b0f0" class="summary">
 
108
  <th colspan="2">Class Variable Summary</th></tr>
 
109
  <tr><td colspan="2">
 
110
    <b>Inherited from <a href="exceptions.BaseException-class.html"><code>BaseException</code></a>:</b>
 
111
      <a href="exceptions.BaseException-class.html#args"><code>args</code></a>, 
 
112
      <a href="exceptions.BaseException-class.html#message"><code>message</code></a>
 
113
    </td></tr>
 
114
</table><br />
 
115
 
 
116
 
 
117
<!-- =========== START OF NAVBAR =========== -->
 
118
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
 
119
  <tr valign="center">
 
120
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="openid-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
121
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
122
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
 
123
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
124
    <th class="navbar" align="right" width="100%">
 
125
      <table border="0" cellpadding="0" cellspacing="0">
 
126
      <tr><th class="navbar" align="center">
 
127
        <p class="nomargin">
 
128
          <a class="navbar" target="_top" href="http://www.openidenabled.com/">Python-OpenID</a>
 
129
      </p></th></tr></table>
 
130
    </th>
 
131
  </tr>
 
132
</table>
 
133
 
 
134
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
135
  <tr>
 
136
    <td align="left"><font size="-2">Generated by Epydoc 2.1 on Mon Sep 10 13:00:12 2007</font></td>
 
137
    <td align="right"><a href="http://epydoc.sourceforge.net"
 
138
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
 
139
  </tr>
 
140
</table>
 
141
</body>
 
142
</html>