~ubuntu-branches/ubuntu/raring/genshi/raring-proposed

« back to all changes in this revision

Viewing changes to doc/api/genshi.template.base.TemplateRuntimeError-class.html

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Fontaine
  • Date: 2007-04-16 17:49:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070416174903-x2p3n9g890v18d0m
Tags: 0.4-1
* New upstream release.
* Remove useless python-markup transition package.
* Add Provides against python-markup.
* Add doc-base.
* Add depends against python-xml.
* Add suggests to python-setuptools.

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>genshi.template.base.TemplateRuntimeError</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="genshi-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="../index.html">Documentation Index</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="genshi-module.html">Package&nbsp;genshi</a> ::
 
46
        <a href="genshi.template-module.html">Package&nbsp;template</a> ::
 
47
        <a href="genshi.template.base-module.html">Module&nbsp;base</a> ::
 
48
        Class&nbsp;TemplateRuntimeError
 
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 TemplateRuntimeError</h1><br /><br />
 
60
<pre class="base-tree">
 
61
exceptions.Exception --+    
 
62
                       |    
 
63
           <a href="genshi.template.base.TemplateError-class.html">TemplateError</a> --+
 
64
                           |
 
65
                          <strong class="uidshort">TemplateRuntimeError</strong>
 
66
</pre>
 
67
 
 
68
<dl><dt>Known Subclasses:</dt>
 
69
<dd>
 
70
    <a href="genshi.template.eval.UndefinedError-class.html">eval.UndefinedError</a>
 
71
</dd></dl>
 
72
 
 
73
<hr />
 
74
Exception raised when an the evaluation of a Python expression in a
 
75
template causes an error.<br /><br />
 
76
 
 
77
<!-- ==================== INSTANCE METHODS ==================== -->
 
78
<a name="section-InstanceMethods"></a>
 
79
<table class="summary" border="1" cellpadding="3"
 
80
       cellspacing="0" width="100%" bgcolor="white">
 
81
<tr bgcolor="#70b0f0" class="table-header">
 
82
  <td align="left" colspan="2" class="table-header">
 
83
    <span class="table-header">Instance Methods</span></td>
 
84
</tr>
 
85
  <tr>
 
86
    <td colspan="2" class="summary">
 
87
    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="genshi.template.base.TemplateError-class.html">TemplateError</a></code></b>:
 
88
      <code><a href="genshi.template.base.TemplateError-class.html#__init__">__init__</a></code>
 
89
      </p>
 
90
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
 
91
      <code>__getitem__</code>,
 
92
      <code>__str__</code>
 
93
      </p>
 
94
    </td>
 
95
  </tr>
 
96
</table>
 
97
<!-- ==================== INSTANCE VARIABLES ==================== -->
 
98
<a name="section-InstanceVariables"></a>
 
99
<table class="summary" border="1" cellpadding="3"
 
100
       cellspacing="0" width="100%" bgcolor="white">
 
101
<tr bgcolor="#70b0f0" class="table-header">
 
102
  <td align="left" colspan="2" class="table-header">
 
103
    <span class="table-header">Instance Variables</span></td>
 
104
</tr>
 
105
  <tr>
 
106
    <td colspan="2" class="summary">
 
107
    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="genshi.template.base.TemplateError-class.html">TemplateError</a></code></b>:
 
108
      <code><a href="genshi.template.base.TemplateError-class.html#filename">filename</a></code>,
 
109
      <code><a href="genshi.template.base.TemplateError-class.html#lineno">lineno</a></code>,
 
110
      <code><a href="genshi.template.base.TemplateError-class.html#msg">msg</a></code>,
 
111
      <code><a href="genshi.template.base.TemplateError-class.html#offset">offset</a></code>
 
112
      </p>
 
113
    </td>
 
114
  </tr>
 
115
</table>
 
116
<!-- ==================== NAVIGATION BAR ==================== -->
 
117
<table class="navbar" border="0" width="100%" cellpadding="0"
 
118
       bgcolor="#a0c0ff" cellspacing="0">
 
119
  <tr valign="middle">
 
120
  <!-- Home link -->
 
121
      <th>&nbsp;&nbsp;&nbsp;<a
 
122
        href="genshi-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
123
 
 
124
  <!-- Tree link -->
 
125
      <th>&nbsp;&nbsp;&nbsp;<a
 
126
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
127
 
 
128
  <!-- Index link -->
 
129
      <th>&nbsp;&nbsp;&nbsp;<a
 
130
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
 
131
 
 
132
  <!-- Help link -->
 
133
      <th>&nbsp;&nbsp;&nbsp;<a
 
134
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
135
 
 
136
  <!-- Project homepage -->
 
137
      <th class="navbar" align="right" width="100%">
 
138
        <table border="0" cellpadding="0" cellspacing="0">
 
139
          <tr><th class="navbar" align="center"
 
140
            ><a class="navbar" target="_top" href="../index.html">Documentation Index</a></th>
 
141
          </tr></table></th>
 
142
  </tr>
 
143
</table>
 
144
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
 
145
  <tr>
 
146
    <td align="left" class="footer">
 
147
    Generated by Epydoc 3.0beta1 on Mon Apr 16 16:02:14 2007
 
148
    </td>
 
149
    <td align="right" class="footer">
 
150
      <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a>
 
151
    </td>
 
152
  </tr>
 
153
</table>
 
154
 
 
155
<script type="text/javascript">
 
156
  <!--
 
157
  // Private objects are initially displayed (because if
 
158
  // javascript is turned off then we want them to be
 
159
  // visible); but by default, we want to hide them.  So hide
 
160
  // them unless we have a cookie that says to show them.
 
161
  checkCookie()
 
162
  // -->
 
163
</script>
 
164
  
 
165
</body>
 
166
</html>