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

/applications/examples/static/epydoc/web2py.gluon.contrib.pymysql.err.InterfaceError-class.html

https://github.com/goldenboy/skiheilw2p
HTML | 206 lines | 170 code | 13 blank | 23 comment | 0 complexity | a44dd52b20b9216acb7b2aaba0f1d884 MD5 | raw file
  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>web2py.gluon.contrib.pymysql.err.InterfaceError</title>
  7. <link rel="stylesheet" href="epydoc.css" type="text/css" />
  8. <script type="text/javascript" src="epydoc.js"></script>
  9. </head>
  10. <body bgcolor="white" text="black" link="blue" vlink="#204080"
  11. alink="#204080">
  12. <!-- ==================== NAVIGATION BAR ==================== -->
  13. <table class="navbar" border="0" width="100%" cellpadding="0"
  14. bgcolor="#a0c0ff" cellspacing="0">
  15. <tr valign="middle">
  16. <!-- Home link -->
  17. <th>&nbsp;&nbsp;&nbsp;<a
  18. href="web2py.gluon-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
  19. <!-- Tree link -->
  20. <th>&nbsp;&nbsp;&nbsp;<a
  21. href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
  22. <!-- Index link -->
  23. <th>&nbsp;&nbsp;&nbsp;<a
  24. href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
  25. <!-- Help link -->
  26. <th>&nbsp;&nbsp;&nbsp;<a
  27. href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
  28. <!-- Project homepage -->
  29. <th class="navbar" align="right" width="100%">
  30. <table border="0" cellpadding="0" cellspacing="0">
  31. <tr><th class="navbar" align="center"
  32. ><a class="navbar" target="_top" href="http://www.web2py.com">web2py Web Framework</a></th>
  33. </tr></table></th>
  34. </tr>
  35. </table>
  36. <table width="100%" cellpadding="0" cellspacing="0">
  37. <tr valign="top">
  38. <td width="100%">
  39. <span class="breadcrumbs">
  40. Package&nbsp;web2py ::
  41. <a href="web2py.gluon-module.html">Package&nbsp;gluon</a> ::
  42. Package&nbsp;contrib ::
  43. <a href="web2py.gluon.contrib.pymysql-module.html">Package&nbsp;pymysql</a> ::
  44. Module&nbsp;err ::
  45. Class&nbsp;InterfaceError
  46. </span>
  47. </td>
  48. <td>
  49. <table cellpadding="0" cellspacing="0">
  50. <!-- hide/show private -->
  51. <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
  52. onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
  53. <tr><td align="right"><span class="options"
  54. >[<a href="frames.html" target="_top">frames</a
  55. >]&nbsp;|&nbsp;<a href="web2py.gluon.contrib.pymysql.err.InterfaceError-class.html"
  56. target="_top">no&nbsp;frames</a>]</span></td></tr>
  57. </table>
  58. </td>
  59. </tr>
  60. </table>
  61. <!-- ==================== CLASS DESCRIPTION ==================== -->
  62. <h1 class="epydoc">Class InterfaceError</h1><br /><br />
  63. <pre class="base-tree">
  64. object --+
  65. |
  66. exceptions.BaseException --+
  67. |
  68. <a href="exceptions.Exception-class.html">exceptions.Exception</a> --+
  69. |
  70. MySQLError --+
  71. |
  72. <a href="web2py.gluon.contrib.pymysql.err.Error-class.html">Error</a> --+
  73. |
  74. <strong class="uidshort">InterfaceError</strong>
  75. </pre>
  76. <hr />
  77. Exception raised for errors that are related to the database interface
  78. rather than the database itself.<br /><br />
  79. <!-- ==================== INSTANCE METHODS ==================== -->
  80. <a name="section-InstanceMethods"></a>
  81. <table class="summary" border="1" cellpadding="3"
  82. cellspacing="0" width="100%" bgcolor="white">
  83. <tr bgcolor="#70b0f0" class="table-header">
  84. <td colspan="2" class="table-header">
  85. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  86. <tr valign="top">
  87. <td align="left"><span class="table-header">Instance Methods</span></td>
  88. <td align="right" valign="top"
  89. ><span class="options">[<a href="#section-InstanceMethods"
  90. class="privatelink" onclick="toggle_private();"
  91. >hide private</a>]</span></td>
  92. </tr>
  93. </table>
  94. </td>
  95. </tr>
  96. <tr>
  97. <td colspan="2" class="summary">
  98. <p class="indent-wrapped-lines"><b>Inherited from <code><a href="exceptions.Exception-class.html">exceptions.Exception</a></code></b>:
  99. <code><a href="exceptions.Exception-class.html#__init__">__init__</a></code>,
  100. <code><a href="exceptions.Exception-class.html#__new__">__new__</a></code>
  101. </p>
  102. <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
  103. <code>__delattr__</code>,
  104. <code>__getattribute__</code>,
  105. <code>__getitem__</code>,
  106. <code>__getslice__</code>,
  107. <code>__reduce__</code>,
  108. <code>__repr__</code>,
  109. <code>__setattr__</code>,
  110. <code>__setstate__</code>,
  111. <code>__str__</code>
  112. </p>
  113. <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
  114. <code>__hash__</code>,
  115. <code>__reduce_ex__</code>
  116. </p>
  117. </td>
  118. </tr>
  119. </table>
  120. <!-- ==================== PROPERTIES ==================== -->
  121. <a name="section-Properties"></a>
  122. <table class="summary" border="1" cellpadding="3"
  123. cellspacing="0" width="100%" bgcolor="white">
  124. <tr bgcolor="#70b0f0" class="table-header">
  125. <td colspan="2" class="table-header">
  126. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  127. <tr valign="top">
  128. <td align="left"><span class="table-header">Properties</span></td>
  129. <td align="right" valign="top"
  130. ><span class="options">[<a href="#section-Properties"
  131. class="privatelink" onclick="toggle_private();"
  132. >hide private</a>]</span></td>
  133. </tr>
  134. </table>
  135. </td>
  136. </tr>
  137. <tr>
  138. <td colspan="2" class="summary">
  139. <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
  140. <code>args</code>,
  141. <code>message</code>
  142. </p>
  143. <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
  144. <code>__class__</code>
  145. </p>
  146. </td>
  147. </tr>
  148. </table>
  149. <!-- ==================== NAVIGATION BAR ==================== -->
  150. <table class="navbar" border="0" width="100%" cellpadding="0"
  151. bgcolor="#a0c0ff" cellspacing="0">
  152. <tr valign="middle">
  153. <!-- Home link -->
  154. <th>&nbsp;&nbsp;&nbsp;<a
  155. href="web2py.gluon-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
  156. <!-- Tree link -->
  157. <th>&nbsp;&nbsp;&nbsp;<a
  158. href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
  159. <!-- Index link -->
  160. <th>&nbsp;&nbsp;&nbsp;<a
  161. href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
  162. <!-- Help link -->
  163. <th>&nbsp;&nbsp;&nbsp;<a
  164. href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
  165. <!-- Project homepage -->
  166. <th class="navbar" align="right" width="100%">
  167. <table border="0" cellpadding="0" cellspacing="0">
  168. <tr><th class="navbar" align="center"
  169. ><a class="navbar" target="_top" href="http://www.web2py.com">web2py Web Framework</a></th>
  170. </tr></table></th>
  171. </tr>
  172. </table>
  173. <table border="0" cellpadding="0" cellspacing="0" width="100%%">
  174. <tr>
  175. <td align="left" class="footer">
  176. Generated by Epydoc 3.0beta1 on Sun Jun 26 19:25:35 2011
  177. </td>
  178. <td align="right" class="footer">
  179. <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a>
  180. </td>
  181. </tr>
  182. </table>
  183. <script type="text/javascript">
  184. <!--
  185. // Private objects are initially displayed (because if
  186. // javascript is turned off then we want them to be
  187. // visible); but by default, we want to hide them. So hide
  188. // them unless we have a cookie that says to show them.
  189. checkCookie()
  190. // -->
  191. </script>
  192. </body>
  193. </html>