~ubuntu-branches/ubuntu/trusty/kiwi/trusty

« back to all changes in this revision

Viewing changes to doc/api/exceptions.LookupError.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-01-30 09:52:28 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070130095228-n0mkqlt82e74twqc
Tags: 1.9.12-0ubuntu1
* New upstream release.
* debian/patches/03_epyrun_use_local_modules.patch:
  - updated.
* debian/control:
  - moved python-support from Build-Depends to Build-Depends-Indep.

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>exceptions.LookupError</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="kiwi.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.async.com.br/projects/kiwi/">Kiwi&nbsp;1.9.12</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
        Module&nbsp;exceptions ::
 
33
        Class&nbsp;LookupError
 
34
      </b></font></br>
 
35
    </td>
 
36
    <td><table cellpadding="0" cellspacing="0">
 
37
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="exceptions.LookupError.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
 
38
    </table></td>
 
39
</tr></table>
 
40
 
 
41
<!-- =========== START OF CLASS DESCRIPTION =========== -->
 
42
<h2 class="class">Class LookupError</h2>
 
43
 
 
44
<pre class="base-tree">
 
45
<a href="exceptions.Exception.html"><code>Exception</code></a> --+    
 
46
            |    
 
47
<a href="exceptions.StandardError.html"><code>StandardError</code></a> --+
 
48
                |
 
49
               <b>LookupError</b>
 
50
</pre><br />
 
51
 
 
52
<dl><dt><b>Known Subclasses:</b></dt>
 
53
<dd>
 
54
    <a href="exceptions.KeyError.html"><code>KeyError</code></a></dd></dl>
 
55
 
 
56
<hr/>
 
57
 
 
58
Base class for lookup errors.
 
59
<hr/>
 
60
 
 
61
 
 
62
<!-- =========== START OF NAVBAR =========== -->
 
63
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
 
64
  <tr valign="center">
 
65
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="kiwi.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
66
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
67
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
 
68
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
69
    <th class="navbar" align="right" width="100%">
 
70
      <table border="0" cellpadding="0" cellspacing="0">
 
71
      <tr><th class="navbar" align="center">
 
72
        <p class="nomargin">
 
73
          <a class="navbar" target="_top" href="http://www.async.com.br/projects/kiwi/">Kiwi&nbsp;1.9.12</a>
 
74
      </p></th></tr></table>
 
75
    </th>
 
76
  </tr>
 
77
</table>
 
78
 
 
79
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
80
  <tr>
 
81
    <td align="left"><font size="-2">Generated by Epydoc 2.1 on Mon Jan 29 16:43:00 2007</font></td>
 
82
    <td align="right"><a href="http://epydoc.sourceforge.net"
 
83
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
 
84
  </tr>
 
85
</table>
 
86
</body>
 
87
</html>