~ubuntu-branches/debian/lenny/epydoc/lenny

« back to all changes in this revision

Viewing changes to doc/api/epydoc.apidoc.DottedName.InvalidDottedName-class.html

  • Committer: Bazaar Package Importer
  • Author(s): Kenneth J. Pronovici
  • Date: 2008-02-03 13:22:12 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203132212-u2uohl6rswmlz2ra
Tags: 3.0.1-1
* New upstream release.
* Removed #! from top of epydoc/gui.py
* Got rid of version mangling in debian/watch.

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>epydoc.apidoc.DottedName.InvalidDottedName</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="epydoc-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://epydoc.sourceforge.net">epydoc 3.0.1</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="epydoc-module.html">Package&nbsp;epydoc</a> ::
 
46
        <a href="epydoc.apidoc-module.html">Module&nbsp;apidoc</a> ::
 
47
        <a href="epydoc.apidoc.DottedName-class.html">Class&nbsp;DottedName</a> ::
 
48
        Class&nbsp;InvalidDottedName
 
49
      </span>
 
50
    </td>
 
51
    <td>
 
52
      <table cellpadding="0" cellspacing="0">
 
53
        <!-- hide/show private -->
 
54
        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
 
55
    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
 
56
        <tr><td align="right"><span class="options"
 
57
            >[<a href="frames.html" target="_top">frames</a
 
58
            >]&nbsp;|&nbsp;<a href="epydoc.apidoc.DottedName.InvalidDottedName-class.html"
 
59
            target="_top">no&nbsp;frames</a>]</span></td></tr>
 
60
      </table>
 
61
    </td>
 
62
  </tr>
 
63
</table>
 
64
<!-- ==================== CLASS DESCRIPTION ==================== -->
 
65
<h1 class="epydoc">Class InvalidDottedName</h1><p class="nomargin-top"><span class="codelink"><a href="epydoc.apidoc-pysrc.html#DottedName.InvalidDottedName">source&nbsp;code</a></span></p>
 
66
<center>
 
67
<center>  <map id="uml_class_diagram_for_epydoc_a_4" name="uml_class_diagram_for_epydoc_a_4">
 
68
<area shape="rect" href="javascript:void(0);" title="Inappropriate argument value (of correct type)." alt="" coords="15,179,172,221" />
 
69
<area shape="rect" href="epydoc.apidoc.DottedName.InvalidDottedName&#45;class.html" title="An exception raised by the DottedName constructor when one of its arguments is not a valid dotted name." alt="" coords="24,240,163,283" />
 
70
<area shape="rect" href="javascript:void(0);" title="Base class for all standard Python exceptions." alt="" coords="6,117,182,160" />
 
71
<area shape="rect" href="javascript:void(0);" title="exceptions.Exception.__getitem__" alt="" coords="30,36,158,55" />
 
72
<area shape="rect" href="javascript:void(0);" title="exceptions.Exception.__init__" alt="" coords="30,55,158,73" />
 
73
<area shape="rect" href="javascript:void(0);" title="exceptions.Exception.__str__" alt="" coords="30,73,158,92" />
 
74
<area shape="rect" href="javascript:void(0);" title="Common base class for all exceptions." alt="" coords="18,5,170,99" />
 
75
</map>
 
76
  <img src="uml_class_diagram_for_epydoc_a_4.gif" alt='' usemap="#uml_class_diagram_for_epydoc_a_4" ismap="ismap" class="graph-without-title" />
 
77
</center>
 
78
</center>
 
79
<hr />
 
80
<p>An exception raised by the DottedName constructor when one of its 
 
81
  arguments is not a valid dotted name.</p>
 
82
 
 
83
<!-- ==================== INSTANCE METHODS ==================== -->
 
84
<a name="section-InstanceMethods"></a>
 
85
<table class="summary" border="1" cellpadding="3"
 
86
       cellspacing="0" width="100%" bgcolor="white">
 
87
<tr bgcolor="#70b0f0" class="table-header">
 
88
  <td colspan="2" class="table-header">
 
89
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
 
90
      <tr valign="top">
 
91
        <td align="left"><span class="table-header">Instance Methods</span></td>
 
92
        <td align="right" valign="top"
 
93
         ><span class="options">[<a href="#section-InstanceMethods"
 
94
         class="privatelink" onclick="toggle_private();"
 
95
         >hide private</a>]</span></td>
 
96
      </tr>
 
97
    </table>
 
98
  </td>
 
99
</tr>
 
100
  <tr>
 
101
    <td colspan="2" class="summary">
 
102
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
 
103
      <code>__getitem__</code>,
 
104
      <code>__init__</code>,
 
105
      <code>__str__</code>
 
106
      </p>
 
107
    </td>
 
108
  </tr>
 
109
</table>
 
110
<!-- ==================== NAVIGATION BAR ==================== -->
 
111
<table class="navbar" border="0" width="100%" cellpadding="0"
 
112
       bgcolor="#a0c0ff" cellspacing="0">
 
113
  <tr valign="middle">
 
114
  <!-- Home link -->
 
115
      <th>&nbsp;&nbsp;&nbsp;<a
 
116
        href="epydoc-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
117
 
 
118
  <!-- Tree link -->
 
119
      <th>&nbsp;&nbsp;&nbsp;<a
 
120
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
121
 
 
122
  <!-- Index link -->
 
123
      <th>&nbsp;&nbsp;&nbsp;<a
 
124
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
 
125
 
 
126
  <!-- Help link -->
 
127
      <th>&nbsp;&nbsp;&nbsp;<a
 
128
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
129
 
 
130
  <!-- Project homepage -->
 
131
      <th class="navbar" align="right" width="100%">
 
132
        <table border="0" cellpadding="0" cellspacing="0">
 
133
          <tr><th class="navbar" align="center"
 
134
            ><a class="navbar" target="_top" href="http://epydoc.sourceforge.net">epydoc 3.0.1</a></th>
 
135
          </tr></table></th>
 
136
  </tr>
 
137
</table>
 
138
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
 
139
  <tr>
 
140
    <td align="left" class="footer">
 
141
    <a href="epydoc-log.html">Generated by Epydoc
 
142
    3.0.1 on Wed Jan 30 14:07:16 2008</a>
 
143
    </td>
 
144
    <td align="right" class="footer">
 
145
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
 
146
        >http://epydoc.sourceforge.net</a>
 
147
    </td>
 
148
  </tr>
 
149
</table>
 
150
 
 
151
<script type="text/javascript">
 
152
  <!--
 
153
  // Private objects are initially displayed (because if
 
154
  // javascript is turned off then we want them to be
 
155
  // visible); but by default, we want to hide them.  So hide
 
156
  // them unless we have a cookie that says to show them.
 
157
  checkCookie();
 
158
  // -->
 
159
</script>
 
160
</body>
 
161
</html>