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

« back to all changes in this revision

Viewing changes to doc/openid.server.server.VersionError-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.server.server.VersionError</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.server-module.html">Package&nbsp;server</a> ::
 
34
        <a href="openid.server.server-module.html">Module&nbsp;server</a> ::
 
35
        Class&nbsp;VersionError
 
36
      </b></font></br>
 
37
    </td>
 
38
    <td><table cellpadding="0" cellspacing="0">
 
39
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="openid.server.server.VersionError-class.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
 
40
    </table></td>
 
41
</tr></table>
 
42
 
 
43
<!-- =========== START OF CLASS DESCRIPTION =========== -->
 
44
<h2 class="class">Type VersionError</h2>
 
45
 
 
46
<pre class="base-tree">
 
47
   <a href="__builtin__.object-class.html"><code>object</code></a> --+        
 
48
            |        
 
49
<a href="exceptions.BaseException-class.html"><code>BaseException</code></a> --+    
 
50
                |    
 
51
        <a href="exceptions.Exception-class.html"><code>Exception</code></a> --+
 
52
                    |
 
53
                   <b>VersionError</b>
 
54
</pre><br />
 
55
 
 
56
<hr/>
 
57
 
 
58
Raised when an operation was attempted that is not compatible with the 
 
59
protocol version being used.
 
60
<hr/>
 
61
 
 
62
 
 
63
<!-- =========== START OF METHOD SUMMARY =========== -->
 
64
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
 
65
<tr bgcolor="#70b0f0" class="summary">
 
66
  <th colspan="2">Method Summary</th></tr>
 
67
  <tr><td colspan="2">
 
68
    <b>Inherited from <a href="exceptions.Exception-class.html"><code>Exception</code></a>:</b>
 
69
      <a href="exceptions.Exception-class.html#__init__"><code>__init__</code></a>, 
 
70
      <a href="exceptions.Exception-class.html#__new__"><code>__new__</code></a>
 
71
      <br />
 
72
    <b>Inherited from <a href="exceptions.BaseException-class.html"><code>BaseException</code></a>:</b>
 
73
      <a href="exceptions.BaseException-class.html#__delattr__"><code>__delattr__</code></a>, 
 
74
      <a href="exceptions.BaseException-class.html#__getattribute__"><code>__getattribute__</code></a>, 
 
75
      <a href="exceptions.BaseException-class.html#__getitem__"><code>__getitem__</code></a>, 
 
76
      <a href="exceptions.BaseException-class.html#__getslice__"><code>__getslice__</code></a>, 
 
77
      <a href="exceptions.BaseException-class.html#__reduce__"><code>__reduce__</code></a>, 
 
78
      <a href="exceptions.BaseException-class.html#__repr__"><code>__repr__</code></a>, 
 
79
      <a href="exceptions.BaseException-class.html#__setattr__"><code>__setattr__</code></a>, 
 
80
      <a href="exceptions.BaseException-class.html#__setstate__"><code>__setstate__</code></a>, 
 
81
      <a href="exceptions.BaseException-class.html#__str__"><code>__str__</code></a>
 
82
      <br />
 
83
    <b>Inherited from <a href="__builtin__.object-class.html"><code>object</code></a>:</b>
 
84
      <a href="__builtin__.object-class.html#__hash__"><code>__hash__</code></a>, 
 
85
      <a href="__builtin__.object-class.html#__reduce_ex__"><code>__reduce_ex__</code></a>
 
86
    </td></tr>
 
87
</table><br />
 
88
 
 
89
 
 
90
<!-- =========== START OF CLASS VARIABLE SUMMARY =========== -->
 
91
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
 
92
<tr bgcolor="#70b0f0" class="summary">
 
93
  <th colspan="2">Class Variable Summary</th></tr>
 
94
  <tr><td colspan="2">
 
95
    <b>Inherited from <a href="exceptions.BaseException-class.html"><code>BaseException</code></a>:</b>
 
96
      <a href="exceptions.BaseException-class.html#args"><code>args</code></a>, 
 
97
      <a href="exceptions.BaseException-class.html#message"><code>message</code></a>
 
98
    </td></tr>
 
99
</table><br />
 
100
 
 
101
 
 
102
<!-- =========== START OF NAVBAR =========== -->
 
103
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
 
104
  <tr valign="center">
 
105
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="openid-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
106
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
107
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
 
108
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
109
    <th class="navbar" align="right" width="100%">
 
110
      <table border="0" cellpadding="0" cellspacing="0">
 
111
      <tr><th class="navbar" align="center">
 
112
        <p class="nomargin">
 
113
          <a class="navbar" target="_top" href="http://www.openidenabled.com/">Python-OpenID</a>
 
114
      </p></th></tr></table>
 
115
    </th>
 
116
  </tr>
 
117
</table>
 
118
 
 
119
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
120
  <tr>
 
121
    <td align="left"><font size="-2">Generated by Epydoc 2.1 on Mon Sep 10 13:00:12 2007</font></td>
 
122
    <td align="right"><a href="http://epydoc.sourceforge.net"
 
123
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
 
124
  </tr>
 
125
</table>
 
126
</body>
 
127
</html>