1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 3 <html><head><title>Python: module telemetry.core.exceptions</title> 4 </head><body bgcolor="#f0f0f8"> 5 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> 7 <tr bgcolor="#7799ee"> 8 <td valign=bottom> <br> 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.exceptions</strong></big></big></font></td 10 ><td align=right valign=bottom 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/exceptions.py">telemetry/core/exceptions.py</a></font></td></tr></table> 12 <p><tt># Copyright (c) 2013 The Chromium Authors. All rights reserved.<br> 13 # Use of this source code is governed by a BSD-style license that can be<br> 14 # found in the LICENSE file.</tt></p> 15 <p> 16 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 17 <tr bgcolor="#ee77aa"> 18 <td colspan=3 valign=bottom> <br> 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 20 21 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> 22 <td width="100%"><dl> 23 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>) 24 </font></dt><dd> 25 <dl> 26 <dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#BrowserGoneException">BrowserGoneException</a> 27 </font></dt><dd> 28 <dl> 29 <dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#BrowserConnectionGoneException">BrowserConnectionGoneException</a> 30 </font></dt></dl> 31 </dd> 32 <dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#EvaluateException">EvaluateException</a> 33 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#LoginException">LoginException</a> 34 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#TabCrashException">TabCrashException</a> 35 </font></dt></dl> 36 </dd> 37 </dl> 38 <p> 39 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 40 <tr bgcolor="#ffc8d8"> 41 <td colspan=3 valign=bottom> <br> 42 <font color="#000000" face="helvetica, arial"><a name="BrowserConnectionGoneException">class <strong>BrowserConnectionGoneException</strong></a>(<a href="telemetry.core.exceptions.html#BrowserGoneException">BrowserGoneException</a>)</font></td></tr> 43 44 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 45 <td width="100%"><dl><dt>Method resolution order:</dt> 46 <dd><a href="telemetry.core.exceptions.html#BrowserConnectionGoneException">BrowserConnectionGoneException</a></dd> 47 <dd><a href="telemetry.core.exceptions.html#BrowserGoneException">BrowserGoneException</a></dd> 48 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 49 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 50 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 51 </dl> 52 <hr> 53 Data descriptors inherited from <a href="telemetry.core.exceptions.html#BrowserGoneException">BrowserGoneException</a>:<br> 54 <dl><dt><strong>__weakref__</strong></dt> 55 <dd><tt>list of weak references to the object (if defined)</tt></dd> 56 </dl> 57 <hr> 58 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 59 <dl><dt><a name="BrowserConnectionGoneException-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserConnectionGoneException-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> 60 61 <hr> 62 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 63 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#BrowserConnectionGoneException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 64 65 <hr> 66 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 67 <dl><dt><a name="BrowserConnectionGoneException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserConnectionGoneException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 68 69 <dl><dt><a name="BrowserConnectionGoneException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserConnectionGoneException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 70 71 <dl><dt><a name="BrowserConnectionGoneException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserConnectionGoneException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 72 73 <dl><dt><a name="BrowserConnectionGoneException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserConnectionGoneException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 74 <br> 75 Use of negative indices is not supported.</tt></dd></dl> 76 77 <dl><dt><a name="BrowserConnectionGoneException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 78 79 <dl><dt><a name="BrowserConnectionGoneException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserConnectionGoneException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 80 81 <dl><dt><a name="BrowserConnectionGoneException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserConnectionGoneException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 82 83 <dl><dt><a name="BrowserConnectionGoneException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 84 85 <dl><dt><a name="BrowserConnectionGoneException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserConnectionGoneException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 86 87 <dl><dt><a name="BrowserConnectionGoneException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 88 89 <hr> 90 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 91 <dl><dt><strong>__dict__</strong></dt> 92 </dl> 93 <dl><dt><strong>args</strong></dt> 94 </dl> 95 <dl><dt><strong>message</strong></dt> 96 </dl> 97 </td></tr></table> <p> 98 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 99 <tr bgcolor="#ffc8d8"> 100 <td colspan=3 valign=bottom> <br> 101 <font color="#000000" face="helvetica, arial"><a name="BrowserGoneException">class <strong>BrowserGoneException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 102 103 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 104 <td colspan=2><tt>Represents a crash of the entire browser.<br> 105 <br> 106 In this state, all bets are pretty much off.<br> </tt></td></tr> 107 <tr><td> </td> 108 <td width="100%"><dl><dt>Method resolution order:</dt> 109 <dd><a href="telemetry.core.exceptions.html#BrowserGoneException">BrowserGoneException</a></dd> 110 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 111 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 112 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 113 </dl> 114 <hr> 115 Data descriptors defined here:<br> 116 <dl><dt><strong>__weakref__</strong></dt> 117 <dd><tt>list of weak references to the object (if defined)</tt></dd> 118 </dl> 119 <hr> 120 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 121 <dl><dt><a name="BrowserGoneException-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserGoneException-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> 122 123 <hr> 124 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 125 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#BrowserGoneException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 126 127 <hr> 128 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 129 <dl><dt><a name="BrowserGoneException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserGoneException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 130 131 <dl><dt><a name="BrowserGoneException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserGoneException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 132 133 <dl><dt><a name="BrowserGoneException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserGoneException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 134 135 <dl><dt><a name="BrowserGoneException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserGoneException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 136 <br> 137 Use of negative indices is not supported.</tt></dd></dl> 138 139 <dl><dt><a name="BrowserGoneException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 140 141 <dl><dt><a name="BrowserGoneException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserGoneException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 142 143 <dl><dt><a name="BrowserGoneException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserGoneException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 144 145 <dl><dt><a name="BrowserGoneException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 146 147 <dl><dt><a name="BrowserGoneException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#BrowserGoneException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 148 149 <dl><dt><a name="BrowserGoneException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 150 151 <hr> 152 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 153 <dl><dt><strong>__dict__</strong></dt> 154 </dl> 155 <dl><dt><strong>args</strong></dt> 156 </dl> 157 <dl><dt><strong>message</strong></dt> 158 </dl> 159 </td></tr></table> <p> 160 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 161 <tr bgcolor="#ffc8d8"> 162 <td colspan=3 valign=bottom> <br> 163 <font color="#000000" face="helvetica, arial"><a name="EvaluateException">class <strong>EvaluateException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 164 165 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 166 <td width="100%"><dl><dt>Method resolution order:</dt> 167 <dd><a href="telemetry.core.exceptions.html#EvaluateException">EvaluateException</a></dd> 168 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 169 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 170 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 171 </dl> 172 <hr> 173 Data descriptors defined here:<br> 174 <dl><dt><strong>__weakref__</strong></dt> 175 <dd><tt>list of weak references to the object (if defined)</tt></dd> 176 </dl> 177 <hr> 178 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 179 <dl><dt><a name="EvaluateException-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#EvaluateException-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> 180 181 <hr> 182 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 183 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#EvaluateException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 184 185 <hr> 186 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 187 <dl><dt><a name="EvaluateException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#EvaluateException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 188 189 <dl><dt><a name="EvaluateException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#EvaluateException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 190 191 <dl><dt><a name="EvaluateException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#EvaluateException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 192 193 <dl><dt><a name="EvaluateException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#EvaluateException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 194 <br> 195 Use of negative indices is not supported.</tt></dd></dl> 196 197 <dl><dt><a name="EvaluateException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 198 199 <dl><dt><a name="EvaluateException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#EvaluateException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 200 201 <dl><dt><a name="EvaluateException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#EvaluateException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 202 203 <dl><dt><a name="EvaluateException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 204 205 <dl><dt><a name="EvaluateException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#EvaluateException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 206 207 <dl><dt><a name="EvaluateException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 208 209 <hr> 210 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 211 <dl><dt><strong>__dict__</strong></dt> 212 </dl> 213 <dl><dt><strong>args</strong></dt> 214 </dl> 215 <dl><dt><strong>message</strong></dt> 216 </dl> 217 </td></tr></table> <p> 218 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 219 <tr bgcolor="#ffc8d8"> 220 <td colspan=3 valign=bottom> <br> 221 <font color="#000000" face="helvetica, arial"><a name="LoginException">class <strong>LoginException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 222 223 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 224 <td width="100%"><dl><dt>Method resolution order:</dt> 225 <dd><a href="telemetry.core.exceptions.html#LoginException">LoginException</a></dd> 226 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 227 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 228 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 229 </dl> 230 <hr> 231 Data descriptors defined here:<br> 232 <dl><dt><strong>__weakref__</strong></dt> 233 <dd><tt>list of weak references to the object (if defined)</tt></dd> 234 </dl> 235 <hr> 236 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 237 <dl><dt><a name="LoginException-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#LoginException-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> 238 239 <hr> 240 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 241 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#LoginException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 242 243 <hr> 244 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 245 <dl><dt><a name="LoginException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#LoginException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 246 247 <dl><dt><a name="LoginException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#LoginException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 248 249 <dl><dt><a name="LoginException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#LoginException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 250 251 <dl><dt><a name="LoginException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#LoginException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 252 <br> 253 Use of negative indices is not supported.</tt></dd></dl> 254 255 <dl><dt><a name="LoginException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 256 257 <dl><dt><a name="LoginException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#LoginException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 258 259 <dl><dt><a name="LoginException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#LoginException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 260 261 <dl><dt><a name="LoginException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 262 263 <dl><dt><a name="LoginException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#LoginException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 264 265 <dl><dt><a name="LoginException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 266 267 <hr> 268 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 269 <dl><dt><strong>__dict__</strong></dt> 270 </dl> 271 <dl><dt><strong>args</strong></dt> 272 </dl> 273 <dl><dt><strong>message</strong></dt> 274 </dl> 275 </td></tr></table> <p> 276 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 277 <tr bgcolor="#ffc8d8"> 278 <td colspan=3 valign=bottom> <br> 279 <font color="#000000" face="helvetica, arial"><a name="TabCrashException">class <strong>TabCrashException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 280 281 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 282 <td colspan=2><tt>Represents a crash of the current tab, but not the overall browser.<br> 283 <br> 284 In this state, the tab is gone, but the underlying browser is still alive.<br> </tt></td></tr> 285 <tr><td> </td> 286 <td width="100%"><dl><dt>Method resolution order:</dt> 287 <dd><a href="telemetry.core.exceptions.html#TabCrashException">TabCrashException</a></dd> 288 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 289 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 290 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 291 </dl> 292 <hr> 293 Data descriptors defined here:<br> 294 <dl><dt><strong>__weakref__</strong></dt> 295 <dd><tt>list of weak references to the object (if defined)</tt></dd> 296 </dl> 297 <hr> 298 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 299 <dl><dt><a name="TabCrashException-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#TabCrashException-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> 300 301 <hr> 302 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 303 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#TabCrashException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 304 305 <hr> 306 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 307 <dl><dt><a name="TabCrashException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TabCrashException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 308 309 <dl><dt><a name="TabCrashException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#TabCrashException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 310 311 <dl><dt><a name="TabCrashException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#TabCrashException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 312 313 <dl><dt><a name="TabCrashException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#TabCrashException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 314 <br> 315 Use of negative indices is not supported.</tt></dd></dl> 316 317 <dl><dt><a name="TabCrashException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 318 319 <dl><dt><a name="TabCrashException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#TabCrashException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 320 321 <dl><dt><a name="TabCrashException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TabCrashException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 322 323 <dl><dt><a name="TabCrashException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 324 325 <dl><dt><a name="TabCrashException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#TabCrashException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 326 327 <dl><dt><a name="TabCrashException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 328 329 <hr> 330 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 331 <dl><dt><strong>__dict__</strong></dt> 332 </dl> 333 <dl><dt><strong>args</strong></dt> 334 </dl> 335 <dl><dt><strong>message</strong></dt> 336 </dl> 337 </td></tr></table></td></tr></table> 338 </body></html>