diff options
Diffstat (limited to 'exceptions.html')
| -rw-r--r-- | exceptions.html | 240 |
1 files changed, 240 insertions, 0 deletions
diff --git a/exceptions.html b/exceptions.html new file mode 100644 index 0000000..cd2c165 --- /dev/null +++ b/exceptions.html | |||
| @@ -0,0 +1,240 @@ | |||
| 1 | |||
| 2 | |||
| 3 | <!DOCTYPE html> | ||
| 4 | <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> | ||
| 5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> | ||
| 6 | <head> | ||
| 7 | <meta charset="utf-8"> | ||
| 8 | |||
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 10 | |||
| 11 | <title>exceptions – Exceptions — EventMQ 0 documentation</title> | ||
| 12 | |||
| 13 | |||
| 14 | |||
| 15 | |||
| 16 | |||
| 17 | |||
| 18 | |||
| 19 | |||
| 20 | |||
| 21 | |||
| 22 | |||
| 23 | |||
| 24 | |||
| 25 | |||
| 26 | |||
| 27 | <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> | ||
| 28 | |||
| 29 | |||
| 30 | |||
| 31 | |||
| 32 | |||
| 33 | <link rel="top" title="EventMQ 0 documentation" href="index.html"/> | ||
| 34 | <link rel="up" title="API Documentation" href="api.html"/> | ||
| 35 | <link rel="next" title="Contributing to EventMQ" href="contributing.html"/> | ||
| 36 | <link rel="prev" title="utils – Utilities" href="utils.html"/> | ||
| 37 | |||
| 38 | |||
| 39 | <script src="_static/js/modernizr.min.js"></script> | ||
| 40 | |||
| 41 | </head> | ||
| 42 | |||
| 43 | <body class="wy-body-for-nav" role="document"> | ||
| 44 | |||
| 45 | <div class="wy-grid-for-nav"> | ||
| 46 | |||
| 47 | |||
| 48 | <nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
| 49 | <div class="wy-side-scroll"> | ||
| 50 | <div class="wy-side-nav-search"> | ||
| 51 | |||
| 52 | |||
| 53 | |||
| 54 | <a href="index.html" class="icon icon-home"> EventMQ | ||
| 55 | |||
| 56 | |||
| 57 | |||
| 58 | </a> | ||
| 59 | |||
| 60 | |||
| 61 | |||
| 62 | |||
| 63 | <div class="version"> | ||
| 64 | 0 | ||
| 65 | </div> | ||
| 66 | |||
| 67 | |||
| 68 | |||
| 69 | |||
| 70 | <div role="search"> | ||
| 71 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> | ||
| 72 | <input type="text" name="q" placeholder="Search docs" /> | ||
| 73 | <input type="hidden" name="check_keywords" value="yes" /> | ||
| 74 | <input type="hidden" name="area" value="default" /> | ||
| 75 | </form> | ||
| 76 | </div> | ||
| 77 | |||
| 78 | |||
| 79 | </div> | ||
| 80 | |||
| 81 | <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> | ||
| 82 | |||
| 83 | |||
| 84 | |||
| 85 | <ul class="current"> | ||
| 86 | <li class="toctree-l1 current"><a class="reference internal" href="api.html">API Documentation</a><ul class="current"> | ||
| 87 | <li class="toctree-l2"><a class="reference internal" href="jobmanager.html"><code class="docutils literal"><span class="pre">jobmanager</span></code> – Job Manager</a></li> | ||
| 88 | <li class="toctree-l2"><a class="reference internal" href="receiver.html"><code class="docutils literal"><span class="pre">receiver</span></code> – Receiver</a></li> | ||
| 89 | <li class="toctree-l2"><a class="reference internal" href="router.html"><code class="docutils literal"><span class="pre">router</span></code> – Router</a></li> | ||
| 90 | <li class="toctree-l2"><a class="reference internal" href="sender.html"><code class="docutils literal"><span class="pre">sender</span></code> – Sender</a></li> | ||
| 91 | <li class="toctree-l2"><a class="reference internal" href="utils.html"><code class="docutils literal"><span class="pre">utils</span></code> – Utilities</a></li> | ||
| 92 | <li class="toctree-l2 current"><a class="current reference internal" href=""><code class="docutils literal"><span class="pre">exceptions</span></code> – Exceptions</a></li> | ||
| 93 | </ul> | ||
| 94 | </li> | ||
| 95 | <li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to EventMQ</a></li> | ||
| 96 | </ul> | ||
| 97 | |||
| 98 | |||
| 99 | |||
| 100 | </div> | ||
| 101 | </div> | ||
| 102 | </nav> | ||
| 103 | |||
| 104 | <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> | ||
| 105 | |||
| 106 | |||
| 107 | <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> | ||
| 108 | <i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
| 109 | <a href="index.html">EventMQ</a> | ||
| 110 | </nav> | ||
| 111 | |||
| 112 | |||
| 113 | |||
| 114 | <div class="wy-nav-content"> | ||
| 115 | <div class="rst-content"> | ||
| 116 | |||
| 117 | |||
| 118 | |||
| 119 | |||
| 120 | |||
| 121 | |||
| 122 | <div role="navigation" aria-label="breadcrumbs navigation"> | ||
| 123 | <ul class="wy-breadcrumbs"> | ||
| 124 | <li><a href="index.html">Docs</a> »</li> | ||
| 125 | |||
| 126 | <li><a href="api.html">API Documentation</a> »</li> | ||
| 127 | |||
| 128 | <li><code class="docutils literal"><span class="pre">exceptions</span></code> – Exceptions</li> | ||
| 129 | <li class="wy-breadcrumbs-aside"> | ||
| 130 | |||
| 131 | |||
| 132 | <a href="_sources/exceptions.txt" rel="nofollow"> View page source</a> | ||
| 133 | |||
| 134 | |||
| 135 | </li> | ||
| 136 | </ul> | ||
| 137 | <hr/> | ||
| 138 | </div> | ||
| 139 | <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
| 140 | <div itemprop="articleBody"> | ||
| 141 | |||
| 142 | <span class="target" id="module-eventmq.exceptions"></span><div class="section" id="exceptions-exceptions"> | ||
| 143 | <h1><a class="reference external" href="https://docs.python.org/library/exceptions.html#module-exceptions" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">exceptions</span></code></a> – Exceptions<a class="headerlink" href="#exceptions-exceptions" title="Permalink to this headline">¶</a></h1> | ||
| 144 | <p>These are the exceptions that are raised by EventMQ. All exceptions should | ||
| 145 | be subclasses of <a class="reference internal" href="#eventmq.exceptions.EventMQError" title="eventmq.exceptions.EventMQError"><code class="xref py py-class docutils literal"><span class="pre">EventMQError</span></code></a></p> | ||
| 146 | <dl class="exception"> | ||
| 147 | <dt id="eventmq.exceptions.EventMQError"> | ||
| 148 | <em class="property">exception </em><code class="descclassname">eventmq.exceptions.</code><code class="descname">EventMQError</code><a class="headerlink" href="#eventmq.exceptions.EventMQError" title="Permalink to this definition">¶</a></dt> | ||
| 149 | <dd><p>All exceptions raised by EventMQ inherit from this base exception</p> | ||
| 150 | <dl class="attribute"> | ||
| 151 | <dt id="eventmq.exceptions.EventMQError.__weakref__"> | ||
| 152 | <code class="descname">__weakref__</code><a class="headerlink" href="#eventmq.exceptions.EventMQError.__weakref__" title="Permalink to this definition">¶</a></dt> | ||
| 153 | <dd><p>list of weak references to the object (if defined)</p> | ||
| 154 | </dd></dl> | ||
| 155 | |||
| 156 | </dd></dl> | ||
| 157 | |||
| 158 | <dl class="exception"> | ||
| 159 | <dt id="eventmq.exceptions.InvalidMessageError"> | ||
| 160 | <em class="property">exception </em><code class="descclassname">eventmq.exceptions.</code><code class="descname">InvalidMessageError</code><a class="headerlink" href="#eventmq.exceptions.InvalidMessageError" title="Permalink to this definition">¶</a></dt> | ||
| 161 | <dd><p>Raise when EventMQ encounters a malformed message is encountered.</p> | ||
| 162 | </dd></dl> | ||
| 163 | |||
| 164 | <dl class="exception"> | ||
| 165 | <dt id="eventmq.exceptions.MessageError"> | ||
| 166 | <em class="property">exception </em><code class="descclassname">eventmq.exceptions.</code><code class="descname">MessageError</code><a class="headerlink" href="#eventmq.exceptions.MessageError" title="Permalink to this definition">¶</a></dt> | ||
| 167 | <dd><p>Raised when there is a problem with the structure of the message</p> | ||
| 168 | </dd></dl> | ||
| 169 | |||
| 170 | </div> | ||
| 171 | |||
| 172 | |||
| 173 | </div> | ||
| 174 | </div> | ||
| 175 | <footer> | ||
| 176 | |||
| 177 | <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> | ||
| 178 | |||
| 179 | <a href="contributing.html" class="btn btn-neutral float-right" title="Contributing to EventMQ" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> | ||
| 180 | |||
| 181 | |||
| 182 | <a href="utils.html" class="btn btn-neutral" title="utils – Utilities" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> | ||
| 183 | |||
| 184 | </div> | ||
| 185 | |||
| 186 | |||
| 187 | <hr/> | ||
| 188 | |||
| 189 | <div role="contentinfo"> | ||
| 190 | <p> | ||
| 191 | © Copyright 2015, eventboard.io. | ||
| 192 | |||
| 193 | </p> | ||
| 194 | </div> | ||
| 195 | Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
| 196 | |||
| 197 | </footer> | ||
| 198 | |||
| 199 | </div> | ||
| 200 | </div> | ||
| 201 | |||
| 202 | </section> | ||
| 203 | |||
| 204 | </div> | ||
| 205 | |||
| 206 | |||
| 207 | |||
| 208 | |||
| 209 | |||
| 210 | <script type="text/javascript"> | ||
| 211 | var DOCUMENTATION_OPTIONS = { | ||
| 212 | URL_ROOT:'./', | ||
| 213 | VERSION:'0', | ||
| 214 | COLLAPSE_INDEX:false, | ||
| 215 | FILE_SUFFIX:'.html', | ||
| 216 | HAS_SOURCE: true | ||
| 217 | }; | ||
| 218 | </script> | ||
| 219 | <script type="text/javascript" src="_static/jquery.js"></script> | ||
| 220 | <script type="text/javascript" src="_static/underscore.js"></script> | ||
| 221 | <script type="text/javascript" src="_static/doctools.js"></script> | ||
| 222 | |||
| 223 | |||
| 224 | |||
| 225 | |||
| 226 | |||
| 227 | <script type="text/javascript" src="_static/js/theme.js"></script> | ||
| 228 | |||
| 229 | |||
| 230 | |||
| 231 | |||
| 232 | <script type="text/javascript"> | ||
| 233 | jQuery(function () { | ||
| 234 | SphinxRtdTheme.StickyNav.enable(); | ||
| 235 | }); | ||
| 236 | </script> | ||
| 237 | |||
| 238 | |||
| 239 | </body> | ||
| 240 | </html> \ No newline at end of file | ||