~ubuntu-branches/ubuntu/trusty/mapnik/trusty

« back to all changes in this revision

Viewing changes to docs/api_docs/python/mapnik.ogcserver.exceptions.OGCException-class.html

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-05-20 15:39:58 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090520153958-cf6z1ql9zva4y4dq
Tags: 0.6.0-1ubuntu1
* Merge from debian unstable (LP: #378819), remaining changes:
  - debian/control:
    + Change bdeps from python2.5-dev to python-all-dev (>= 2.5)
    + Change XS-Python-Version from 2.5 to >= 2.5
  - debian/rules:
    + Various changes to enable python2.5 and python2.6 builds
* debian/patches/libtool2_2.diff Dropped. Included upsteam.
* Removed quilt support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>mapnik.ogcserver.exceptions.OGCException</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="mapnik-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
  <!-- Project homepage -->
 
34
      <th class="navbar" align="right" width="100%">
 
35
        <table border="0" cellpadding="0" cellspacing="0">
 
36
          <tr><th class="navbar" align="center"
 
37
            ><a class="navbar" target="_top" href="http://mapnik.org">mapnik</a></th>
 
38
          </tr></table></th>
 
39
  </tr>
 
40
</table>
 
41
<table width="100%" cellpadding="0" cellspacing="0">
 
42
  <tr valign="top">
 
43
    <td width="100%">
 
44
      <span class="breadcrumbs">
 
45
        <a href="mapnik-module.html">Package&nbsp;mapnik</a> ::
 
46
        <a href="mapnik.ogcserver-module.html">Package&nbsp;ogcserver</a> ::
 
47
        <a href="mapnik.ogcserver.exceptions-module.html">Module&nbsp;exceptions</a> ::
 
48
        Class&nbsp;OGCException
 
49
      </span>
 
50
    </td>
 
51
    <td>
 
52
      <table cellpadding="0" cellspacing="0">
 
53
        <!-- hide/show private -->
 
54
      </table>
 
55
    </td>
 
56
  </tr>
 
57
</table>
 
58
<!-- ==================== CLASS DESCRIPTION ==================== -->
 
59
<h1 class="epydoc">Class OGCException</h1><p class="nomargin-top"></p>
 
60
<pre class="base-tree">
 
61
              object --+        
 
62
                       |        
 
63
exceptions.BaseException --+    
 
64
                           |    
 
65
        exceptions.Exception --+
 
66
                               |
 
67
                              <strong class="uidshort">OGCException</strong>
 
68
</pre>
 
69
 
 
70
<hr />
 
71
<!-- ==================== INSTANCE METHODS ==================== -->
 
72
<a name="section-InstanceMethods"></a>
 
73
<table class="summary" border="1" cellpadding="3"
 
74
       cellspacing="0" width="100%" bgcolor="white">
 
75
<tr bgcolor="#70b0f0" class="table-header">
 
76
  <td align="left" colspan="2" class="table-header">
 
77
    <span class="table-header">Instance Methods</span></td>
 
78
</tr>
 
79
  <tr>
 
80
    <td colspan="2" class="summary">
 
81
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
 
82
      <code>__init__</code>,
 
83
      <code>__new__</code>
 
84
      </p>
 
85
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
 
86
      <code>__delattr__</code>,
 
87
      <code>__getattribute__</code>,
 
88
      <code>__getitem__</code>,
 
89
      <code>__getslice__</code>,
 
90
      <code>__reduce__</code>,
 
91
      <code>__repr__</code>,
 
92
      <code>__setattr__</code>,
 
93
      <code>__setstate__</code>,
 
94
      <code>__str__</code>
 
95
      </p>
 
96
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
 
97
      <code>__hash__</code>,
 
98
      <code>__reduce_ex__</code>
 
99
      </p>
 
100
    </td>
 
101
  </tr>
 
102
</table>
 
103
<!-- ==================== PROPERTIES ==================== -->
 
104
<a name="section-Properties"></a>
 
105
<table class="summary" border="1" cellpadding="3"
 
106
       cellspacing="0" width="100%" bgcolor="white">
 
107
<tr bgcolor="#70b0f0" class="table-header">
 
108
  <td align="left" colspan="2" class="table-header">
 
109
    <span class="table-header">Properties</span></td>
 
110
</tr>
 
111
  <tr>
 
112
    <td colspan="2" class="summary">
 
113
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
 
114
      <code>args</code>,
 
115
      <code>message</code>
 
116
      </p>
 
117
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
 
118
      <code>__class__</code>
 
119
      </p>
 
120
    </td>
 
121
  </tr>
 
122
</table>
 
123
<!-- ==================== NAVIGATION BAR ==================== -->
 
124
<table class="navbar" border="0" width="100%" cellpadding="0"
 
125
       bgcolor="#a0c0ff" cellspacing="0">
 
126
  <tr valign="middle">
 
127
  <!-- Home link -->
 
128
      <th>&nbsp;&nbsp;&nbsp;<a
 
129
        href="mapnik-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
130
 
 
131
  <!-- Tree link -->
 
132
      <th>&nbsp;&nbsp;&nbsp;<a
 
133
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
134
 
 
135
  <!-- Index link -->
 
136
      <th>&nbsp;&nbsp;&nbsp;<a
 
137
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
 
138
 
 
139
  <!-- Help link -->
 
140
      <th>&nbsp;&nbsp;&nbsp;<a
 
141
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
142
 
 
143
  <!-- Project homepage -->
 
144
      <th class="navbar" align="right" width="100%">
 
145
        <table border="0" cellpadding="0" cellspacing="0">
 
146
          <tr><th class="navbar" align="center"
 
147
            ><a class="navbar" target="_top" href="http://mapnik.org">mapnik</a></th>
 
148
          </tr></table></th>
 
149
  </tr>
 
150
</table>
 
151
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
 
152
  <tr>
 
153
    <td align="left" class="footer">
 
154
    Generated by Epydoc 3.0.1 on Tue Mar 31 17:46:48 2009
 
155
    </td>
 
156
    <td align="right" class="footer">
 
157
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
 
158
        >http://epydoc.sourceforge.net</a>
 
159
    </td>
 
160
  </tr>
 
161
</table>
 
162
 
 
163
<script type="text/javascript">
 
164
  <!--
 
165
  // Private objects are initially displayed (because if
 
166
  // javascript is turned off then we want them to be
 
167
  // visible); but by default, we want to hide them.  So hide
 
168
  // them unless we have a cookie that says to show them.
 
169
  checkCookie();
 
170
  // -->
 
171
</script>
 
172
</body>
 
173
</html>