File: pybaz.errors-module.html

package info (click to toggle)
pybaz 1.5pre1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,644 kB
  • ctags: 3,289
  • sloc: python: 8,386; makefile: 89; sh: 15; lisp: 12
file content (112 lines) | stat: -rw-r--r-- 5,846 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>pybaz.errors</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">

<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="center">
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="pybaz-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar" width="100%"></th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
      <font size="-1"><b class="breadcrumbs">
        <a href="pybaz-module.html">Package&nbsp;pybaz</a> ::
        Module&nbsp;errors
      </b></font></br>
    </td>
    <td><table cellpadding="0" cellspacing="0">
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="pybaz.errors-module.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
    </table></td>
</tr></table>

<!-- =========== START OF MODULE DESCRIPTION =========== -->
<h2 class="module">Module pybaz.errors</h2>

<p>PyArch exceptions</p>
<hr/>

<!-- =========== START OF EXCEPTIONS =========== -->
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="summary">
  <th colspan="2">Exceptions</th></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.ArchiveNotRegistered-class.html"><code>ArchiveNotRegistered</code></a></b></td>
  <td>Tried to access an unregistered archive.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.ChangesetConflict-class.html"><code>ChangesetConflict</code></a></b></td>
  <td>A conflict occured when applying a changeset.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.ExecProblem-class.html"><code>ExecProblem</code></a></b></td>
  <td>&nbsp;</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.IllegalEscapeSequence-class.html"><code>IllegalEscapeSequence</code></a></b></td>
  <td>Illegal syntax in a pika-escaped string.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.LocationAlreadyRegistered-class.html"><code>LocationAlreadyRegistered</code></a></b></td>
  <td>Tried to register a location that was already registered.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.LocationNotRegistered-class.html"><code>LocationNotRegistered</code></a></b></td>
  <td>Tried to unregister a location that is not registered.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.MetaInfoError-class.html"><code>MetaInfoError</code></a></b></td>
  <td>The requested archive meta-info was not present.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.MirrorLocationMismatch-class.html"><code>MirrorLocationMismatch</code></a></b></td>
  <td>Tried to mirror to a location that contains a different archive.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.MissingFileError-class.html"><code>MissingFileError</code></a></b></td>
  <td>A request file is not present in the given revision.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.NamespaceError-class.html"><code>NamespaceError</code></a></b></td>
  <td>Invalid Arch namespace name, or incorrect kind of name.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.NoPristineFoundError-class.html"><code>NoPristineFoundError</code></a></b></td>
  <td>Failed to find a pristine for the given revision.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.SourceTreeError-class.html"><code>SourceTreeError</code></a></b></td>
  <td>Tried to create a source tree object from non-tree-root directory.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.TreeRootError-class.html"><code>TreeRootError</code></a></b></td>
  <td>Could not find the Arch tree-root of a directory.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.TreeVersionError-class.html"><code>TreeVersionError</code></a></b></td>
  <td>Arch source tree does not have a valid default version.</td></tr>
<tr><td width="15%">
  <b><a href="pybaz.errors.UntaggedFileError-class.html"><code>UntaggedFileError</code></a></b></td>
  <td>Tried to get the id-tag of file which has none.</td></tr>
</table><br />


<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="center">
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="pybaz-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar" width="100%"></th>
  </tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri Jul  7 10:56:34 2006</font></td>
    <td align="right"><a href="http://epydoc.sourceforge.net"
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
  </tr>
</table>
</body>
</html>