~ubuntu-branches/ubuntu/trusty/python-babel/trusty

« back to all changes in this revision

Viewing changes to doc/api/babel.messages.catalog.TranslationError-class.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-28 10:11:31 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131028101131-zwbmm8sc29iemmlr
Tags: 1.3-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules: Run the testsuite during builds.

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>babel.messages.catalog.TranslationError</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="babel-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="babel-module.html">Package&nbsp;babel</a> ::
46
 
        <a href="babel.messages-module.html">Package&nbsp;messages</a> ::
47
 
        <a href="babel.messages.catalog-module.html">Module&nbsp;catalog</a> ::
48
 
        Class&nbsp;TranslationError
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 TranslationError</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">TranslationError</strong>
68
 
</pre>
69
 
 
70
 
<hr />
71
 
Exception thrown by translation checkers when invalid message
72
 
translations are encountered.
73
 
 
74
 
<!-- ==================== INSTANCE METHODS ==================== -->
75
 
<a name="section-InstanceMethods"></a>
76
 
<table class="summary" border="1" cellpadding="3"
77
 
       cellspacing="0" width="100%" bgcolor="white">
78
 
<tr bgcolor="#70b0f0" class="table-header">
79
 
  <td align="left" colspan="2" class="table-header">
80
 
    <span class="table-header">Instance Methods</span></td>
81
 
</tr>
82
 
  <tr>
83
 
    <td colspan="2" class="summary">
84
 
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
85
 
      <code>__init__</code>,
86
 
      <code>__new__</code>
87
 
      </p>
88
 
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
89
 
      <code>__delattr__</code>,
90
 
      <code>__getattribute__</code>,
91
 
      <code>__getitem__</code>,
92
 
      <code>__getslice__</code>,
93
 
      <code>__reduce__</code>,
94
 
      <code>__repr__</code>,
95
 
      <code>__setattr__</code>,
96
 
      <code>__setstate__</code>,
97
 
      <code>__str__</code>,
98
 
      <code>__unicode__</code>
99
 
      </p>
100
 
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
101
 
      <code>__format__</code>,
102
 
      <code>__hash__</code>,
103
 
      <code>__reduce_ex__</code>,
104
 
      <code>__sizeof__</code>,
105
 
      <code>__subclasshook__</code>
106
 
      </p>
107
 
    </td>
108
 
  </tr>
109
 
</table>
110
 
<!-- ==================== PROPERTIES ==================== -->
111
 
<a name="section-Properties"></a>
112
 
<table class="summary" border="1" cellpadding="3"
113
 
       cellspacing="0" width="100%" bgcolor="white">
114
 
<tr bgcolor="#70b0f0" class="table-header">
115
 
  <td align="left" colspan="2" class="table-header">
116
 
    <span class="table-header">Properties</span></td>
117
 
</tr>
118
 
  <tr>
119
 
    <td colspan="2" class="summary">
120
 
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
121
 
      <code>args</code>,
122
 
      <code>message</code>
123
 
      </p>
124
 
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
125
 
      <code>__class__</code>
126
 
      </p>
127
 
    </td>
128
 
  </tr>
129
 
</table>
130
 
<!-- ==================== NAVIGATION BAR ==================== -->
131
 
<table class="navbar" border="0" width="100%" cellpadding="0"
132
 
       bgcolor="#a0c0ff" cellspacing="0">
133
 
  <tr valign="middle">
134
 
  <!-- Home link -->
135
 
      <th>&nbsp;&nbsp;&nbsp;<a
136
 
        href="babel-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
137
 
 
138
 
  <!-- Tree link -->
139
 
      <th>&nbsp;&nbsp;&nbsp;<a
140
 
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
141
 
 
142
 
  <!-- Index link -->
143
 
      <th>&nbsp;&nbsp;&nbsp;<a
144
 
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
145
 
 
146
 
  <!-- Help link -->
147
 
      <th>&nbsp;&nbsp;&nbsp;<a
148
 
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
149
 
 
150
 
  <!-- Project homepage -->
151
 
      <th class="navbar" align="right" width="100%">
152
 
        <table border="0" cellpadding="0" cellspacing="0">
153
 
          <tr><th class="navbar" align="center"
154
 
            ><a class="navbar" target="_top" href="../index.html">Documentation Index</a></th>
155
 
          </tr></table></th>
156
 
  </tr>
157
 
</table>
158
 
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
159
 
  <tr>
160
 
    <td align="left" class="footer">
161
 
    Generated by Epydoc 3.0.1 on Thu Mar 17 15:12:44 2011
162
 
    </td>
163
 
    <td align="right" class="footer">
164
 
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
165
 
        >http://epydoc.sourceforge.net</a>
166
 
    </td>
167
 
  </tr>
168
 
</table>
169
 
 
170
 
<script type="text/javascript">
171
 
  <!--
172
 
  // Private objects are initially displayed (because if
173
 
  // javascript is turned off then we want them to be
174
 
  // visible); but by default, we want to hide them.  So hide
175
 
  // them unless we have a cookie that says to show them.
176
 
  checkCookie();
177
 
  // -->
178
 
</script>
179
 
</body>
180
 
</html>