PageRenderTime 50ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/pylons-rest-ENV/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.error.html

https://bitbucket.org/noahgift/pylons-rest-tutorial
HTML | 210 lines | 194 code | 16 blank | 0 comment | 0 complexity | e215289645927e21a5a91e8085351848 MD5 | raw file
Possible License(s): 0BSD
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>kernel.core.error &mdash; IPython v0.10 documentation</title>
  6. <link rel="stylesheet" href="../../_static/default.css" type="text/css" />
  7. <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
  8. <script type="text/javascript">
  9. var DOCUMENTATION_OPTIONS = {
  10. URL_ROOT: '../../',
  11. VERSION: '0.10',
  12. COLLAPSE_MODINDEX: false,
  13. FILE_SUFFIX: '.html',
  14. HAS_SOURCE: true
  15. };
  16. </script>
  17. <script type="text/javascript" src="../../_static/jquery.js"></script>
  18. <script type="text/javascript" src="../../_static/doctools.js"></script>
  19. <link rel="top" title="IPython v0.10 documentation" href="../../index.html" />
  20. <link rel="up" title="The IPython API" href="../index.html" />
  21. <link rel="next" title="kernel.core.fd_redirector" href="IPython.kernel.core.fd_redirector.html" />
  22. <link rel="prev" title="kernel.core.display_trap" href="IPython.kernel.core.display_trap.html" />
  23. </head>
  24. <body>
  25. <div class="related">
  26. <h3>Navigation</h3>
  27. <ul>
  28. <li class="right" style="margin-right: 10px">
  29. <a href="../../genindex.html" title="General Index"
  30. accesskey="I">index</a></li>
  31. <li class="right" >
  32. <a href="../../modindex.html" title="Global Module Index"
  33. accesskey="M">modules</a> |</li>
  34. <li class="right" >
  35. <a href="IPython.kernel.core.fd_redirector.html" title="kernel.core.fd_redirector"
  36. accesskey="N">next</a> |</li>
  37. <li class="right" >
  38. <a href="IPython.kernel.core.display_trap.html" title="kernel.core.display_trap"
  39. accesskey="P">previous</a> |</li>
  40. <li><a href="../../index.html">IPython v0.10 documentation</a> &raquo;</li>
  41. <li><a href="../index.html" accesskey="U">The IPython API</a> &raquo;</li>
  42. </ul>
  43. </div>
  44. <div class="document">
  45. <div class="documentwrapper">
  46. <div class="bodywrapper">
  47. <div class="body">
  48. <div class="section" id="kernel-core-error">
  49. <h1>kernel.core.error<a class="headerlink" href="#kernel-core-error" title="Permalink to this headline"></a></h1>
  50. <div class="section" id="module-IPython.kernel.core.error">
  51. <h2>Module: <tt class="xref docutils literal"><span class="pre">kernel.core.error</span></tt><a class="headerlink" href="#module-IPython.kernel.core.error" title="Permalink to this headline"></a></h2>
  52. <p>Inheritance diagram for <tt class="docutils literal"><span class="pre">IPython.kernel.core.error</span></tt>:</p>
  53. <img src="../../_images/inheritance965bd54b23.png" usemap="#inheritance965bd54b23" class="inheritance"/><map id="inheritance965bd54b23" name="inheritance965bd54b23">
  54. <area shape="rect" href="#IPython.kernel.core.error.ControllerError" title="core.error.ControllerError" alt="" coords="220,5,399,32"/>
  55. <area shape="rect" href="#IPython.kernel.core.error.ControllerCreationError" title="core.error.ControllerCreationError" alt="" coords="448,5,683,32"/>
  56. <area shape="rect" href="#IPython.kernel.core.error.IPythonError" title="core.error.IPythonError" alt="" coords="5,31,171,57"/>
  57. <area shape="rect" href="#IPython.kernel.core.error.EngineError" title="core.error.EngineError" alt="" coords="229,56,389,83"/>
  58. <area shape="rect" href="#IPython.kernel.core.error.EngineCreationError" title="core.error.EngineCreationError" alt="" coords="457,56,673,83"/>
  59. </map>
  60. <p>error.py</p>
  61. <p>We declare here a class hierarchy for all exceptions produced by IPython, in
  62. cases where we don&#8217;t just raise one from the standard library.</p>
  63. </div>
  64. <div class="section" id="classes">
  65. <h2>Classes<a class="headerlink" href="#classes" title="Permalink to this headline"></a></h2>
  66. <div class="section" id="controllercreationerror">
  67. <h3><a title="IPython.kernel.core.error.ControllerCreationError" class="reference internal" href="#IPython.kernel.core.error.ControllerCreationError"><tt class="xref docutils literal"><span class="pre">ControllerCreationError</span></tt></a><a class="headerlink" href="#controllercreationerror" title="Permalink to this headline"></a></h3>
  68. <dl class="class">
  69. <dt id="IPython.kernel.core.error.ControllerCreationError">
  70. <!--[IPython.kernel.core.error.ControllerCreationError]-->class <tt class="descclassname">IPython.kernel.core.error.</tt><tt class="descname">ControllerCreationError</tt><a class="headerlink" href="#IPython.kernel.core.error.ControllerCreationError" title="Permalink to this definition"></a></dt>
  71. <dd><p>Bases: <a title="IPython.kernel.core.error.ControllerError" class="reference internal" href="#IPython.kernel.core.error.ControllerError"><tt class="xref docutils literal"><span class="pre">IPython.kernel.core.error.ControllerError</span></tt></a></p>
  72. <dl class="method">
  73. <dt id="IPython.kernel.core.error.ControllerCreationError.__init__">
  74. <!--[IPython.kernel.core.error.ControllerCreationError.__init__]--><tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.kernel.core.error.ControllerCreationError.__init__" title="Permalink to this definition"></a></dt>
  75. <dd>x.__init__(...) initializes x; see x.__class__.__doc__ for signature</dd></dl>
  76. </dd></dl>
  77. </div>
  78. <div class="section" id="controllererror">
  79. <h3><a title="IPython.kernel.core.error.ControllerError" class="reference internal" href="#IPython.kernel.core.error.ControllerError"><tt class="xref docutils literal"><span class="pre">ControllerError</span></tt></a><a class="headerlink" href="#controllererror" title="Permalink to this headline"></a></h3>
  80. <dl class="class">
  81. <dt id="IPython.kernel.core.error.ControllerError">
  82. <!--[IPython.kernel.core.error.ControllerError]-->class <tt class="descclassname">IPython.kernel.core.error.</tt><tt class="descname">ControllerError</tt><a class="headerlink" href="#IPython.kernel.core.error.ControllerError" title="Permalink to this definition"></a></dt>
  83. <dd><p>Bases: <a title="IPython.kernel.core.error.IPythonError" class="reference internal" href="#IPython.kernel.core.error.IPythonError"><tt class="xref docutils literal"><span class="pre">IPython.kernel.core.error.IPythonError</span></tt></a></p>
  84. <dl class="method">
  85. <dt id="IPython.kernel.core.error.ControllerError.__init__">
  86. <!--[IPython.kernel.core.error.ControllerError.__init__]--><tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.kernel.core.error.ControllerError.__init__" title="Permalink to this definition"></a></dt>
  87. <dd>x.__init__(...) initializes x; see x.__class__.__doc__ for signature</dd></dl>
  88. </dd></dl>
  89. </div>
  90. <div class="section" id="enginecreationerror">
  91. <h3><a title="IPython.kernel.core.error.EngineCreationError" class="reference internal" href="#IPython.kernel.core.error.EngineCreationError"><tt class="xref docutils literal"><span class="pre">EngineCreationError</span></tt></a><a class="headerlink" href="#enginecreationerror" title="Permalink to this headline"></a></h3>
  92. <dl class="class">
  93. <dt id="IPython.kernel.core.error.EngineCreationError">
  94. <!--[IPython.kernel.core.error.EngineCreationError]-->class <tt class="descclassname">IPython.kernel.core.error.</tt><tt class="descname">EngineCreationError</tt><a class="headerlink" href="#IPython.kernel.core.error.EngineCreationError" title="Permalink to this definition"></a></dt>
  95. <dd><p>Bases: <a title="IPython.kernel.core.error.EngineError" class="reference internal" href="#IPython.kernel.core.error.EngineError"><tt class="xref docutils literal"><span class="pre">IPython.kernel.core.error.EngineError</span></tt></a></p>
  96. <dl class="method">
  97. <dt id="IPython.kernel.core.error.EngineCreationError.__init__">
  98. <!--[IPython.kernel.core.error.EngineCreationError.__init__]--><tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.kernel.core.error.EngineCreationError.__init__" title="Permalink to this definition"></a></dt>
  99. <dd>x.__init__(...) initializes x; see x.__class__.__doc__ for signature</dd></dl>
  100. </dd></dl>
  101. </div>
  102. <div class="section" id="engineerror">
  103. <h3><a title="IPython.kernel.core.error.EngineError" class="reference internal" href="#IPython.kernel.core.error.EngineError"><tt class="xref docutils literal"><span class="pre">EngineError</span></tt></a><a class="headerlink" href="#engineerror" title="Permalink to this headline"></a></h3>
  104. <dl class="class">
  105. <dt id="IPython.kernel.core.error.EngineError">
  106. <!--[IPython.kernel.core.error.EngineError]-->class <tt class="descclassname">IPython.kernel.core.error.</tt><tt class="descname">EngineError</tt><a class="headerlink" href="#IPython.kernel.core.error.EngineError" title="Permalink to this definition"></a></dt>
  107. <dd><p>Bases: <a title="IPython.kernel.core.error.IPythonError" class="reference internal" href="#IPython.kernel.core.error.IPythonError"><tt class="xref docutils literal"><span class="pre">IPython.kernel.core.error.IPythonError</span></tt></a></p>
  108. <dl class="method">
  109. <dt id="IPython.kernel.core.error.EngineError.__init__">
  110. <!--[IPython.kernel.core.error.EngineError.__init__]--><tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.kernel.core.error.EngineError.__init__" title="Permalink to this definition"></a></dt>
  111. <dd>x.__init__(...) initializes x; see x.__class__.__doc__ for signature</dd></dl>
  112. </dd></dl>
  113. </div>
  114. <div class="section" id="ipythonerror">
  115. <h3><a title="IPython.kernel.core.error.IPythonError" class="reference internal" href="#IPython.kernel.core.error.IPythonError"><tt class="xref docutils literal"><span class="pre">IPythonError</span></tt></a><a class="headerlink" href="#ipythonerror" title="Permalink to this headline"></a></h3>
  116. <dl class="class">
  117. <dt id="IPython.kernel.core.error.IPythonError">
  118. <!--[IPython.kernel.core.error.IPythonError]-->class <tt class="descclassname">IPython.kernel.core.error.</tt><tt class="descname">IPythonError</tt><a class="headerlink" href="#IPython.kernel.core.error.IPythonError" title="Permalink to this definition"></a></dt>
  119. <dd><p>Bases: <tt class="xref docutils literal"><span class="pre">exceptions.Exception</span></tt></p>
  120. <p>Base exception that all of our exceptions inherit from.</p>
  121. <p>This can be raised by code that doesn&#8217;t have any more specific
  122. information.</p>
  123. <dl class="method">
  124. <dt id="IPython.kernel.core.error.IPythonError.__init__">
  125. <!--[IPython.kernel.core.error.IPythonError.__init__]--><tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.kernel.core.error.IPythonError.__init__" title="Permalink to this definition"></a></dt>
  126. <dd>x.__init__(...) initializes x; see x.__class__.__doc__ for signature</dd></dl>
  127. </dd></dl>
  128. </div>
  129. </div>
  130. </div>
  131. </div>
  132. </div>
  133. </div>
  134. <div class="sphinxsidebar">
  135. <div class="sphinxsidebarwrapper">
  136. <h3><a href="../../index.html">Table Of Contents</a></h3>
  137. <ul>
  138. <li><a class="reference external" href="">kernel.core.error</a><ul>
  139. <li><a class="reference external" href="#module-IPython.kernel.core.error">Module: <tt class="docutils literal"><span class="pre">kernel.core.error</span></tt></a></li>
  140. <li><a class="reference external" href="#classes">Classes</a><ul>
  141. <li><a class="reference external" href="#controllercreationerror"><tt class="docutils literal"><span class="pre">ControllerCreationError</span></tt></a></li>
  142. <li><a class="reference external" href="#controllererror"><tt class="docutils literal"><span class="pre">ControllerError</span></tt></a></li>
  143. <li><a class="reference external" href="#enginecreationerror"><tt class="docutils literal"><span class="pre">EngineCreationError</span></tt></a></li>
  144. <li><a class="reference external" href="#engineerror"><tt class="docutils literal"><span class="pre">EngineError</span></tt></a></li>
  145. <li><a class="reference external" href="#ipythonerror"><tt class="docutils literal"><span class="pre">IPythonError</span></tt></a></li>
  146. </ul>
  147. </li>
  148. </ul>
  149. </li>
  150. </ul>
  151. <h4>Previous topic</h4>
  152. <p class="topless"><a href="IPython.kernel.core.display_trap.html" title="previous chapter">kernel.core.display_trap</a></p>
  153. <h4>Next topic</h4>
  154. <p class="topless"><a href="IPython.kernel.core.fd_redirector.html" title="next chapter">kernel.core.fd_redirector</a></p>
  155. <h3>This Page</h3>
  156. <ul class="this-page-menu">
  157. <li><a href="../../_sources/api/generated/IPython.kernel.core.error.txt">Show Source</a></li>
  158. </ul>
  159. <h3>Quick search</h3>
  160. <form class="search" action="../../search.html" method="get">
  161. <input type="text" name="q" size="18" /> <input type="submit" value="Go" />
  162. <input type="hidden" name="check_keywords" value="yes" />
  163. <input type="hidden" name="area" value="default" />
  164. </form>
  165. </div>
  166. </div>
  167. <div class="clearer"></div>
  168. </div>
  169. <div class="related">
  170. <h3>Navigation</h3>
  171. <ul>
  172. <li class="right" style="margin-right: 10px">
  173. <a href="../../genindex.html" title="General Index"
  174. accesskey="I">index</a></li>
  175. <li class="right" >
  176. <a href="../../modindex.html" title="Global Module Index"
  177. accesskey="M">modules</a> |</li>
  178. <li class="right" >
  179. <a href="IPython.kernel.core.fd_redirector.html" title="kernel.core.fd_redirector"
  180. accesskey="N">next</a> |</li>
  181. <li class="right" >
  182. <a href="IPython.kernel.core.display_trap.html" title="kernel.core.display_trap"
  183. accesskey="P">previous</a> |</li>
  184. <li><a href="../../index.html">IPython v0.10 documentation</a> &raquo;</li>
  185. <li><a href="../index.html" accesskey="U">The IPython API</a> &raquo;</li>
  186. </ul>
  187. </div>
  188. <div class="footer">
  189. &copy; Copyright 2008, The IPython Development Team.
  190. Last updated on Aug 04, 2009.
  191. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.5.2.
  192. </div>
  193. </body>
  194. </html>