1 2<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 3<html><head><title>Python: module telemetry.core.exceptions</title> 4<meta charset="utf-8"> 5</head><body bgcolor="#f0f0f8"> 6 7<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> 8<tr bgcolor="#7799ee"> 9<td valign=bottom> <br> 10<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 11><td align=right valign=bottom 12><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> 13 <p><tt># Copyright 2013 The Chromium Authors. All rights reserved.<br> 14# Use of this source code is governed by a BSD-style license that can be<br> 15# found in the LICENSE file.</tt></p> 16<p> 17<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 18<tr bgcolor="#aa55cc"> 19<td colspan=3 valign=bottom> <br> 20<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> 21 22<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> 23<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="sys.html">sys</a><br> 24</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> 25<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 26<tr bgcolor="#ee77aa"> 27<td colspan=3 valign=bottom> <br> 28<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 29 30<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> 31<td width="100%"><dl> 32<dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>) 33</font></dt><dd> 34<dl> 35<dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#Error">Error</a> 36</font></dt><dd> 37<dl> 38<dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#AndroidDeviceParsingError">AndroidDeviceParsingError</a> 39</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#AppCrashException">AppCrashException</a> 40</font></dt><dd> 41<dl> 42<dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#BrowserGoneException">BrowserGoneException</a> 43</font></dt><dd> 44<dl> 45<dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#BrowserConnectionGoneException">BrowserConnectionGoneException</a> 46</font></dt></dl> 47</dd> 48<dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#DevtoolsTargetCrashException">DevtoolsTargetCrashException</a> 49</font></dt></dl> 50</dd> 51<dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#EvaluateException">EvaluateException</a> 52</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#InitializationError">InitializationError</a> 53</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#IntentionalException">IntentionalException</a> 54</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#LoginException">LoginException</a> 55</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#PackageDetectionError">PackageDetectionError</a> 56</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#PathMissingError">PathMissingError</a> 57</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#PlatformError">PlatformError</a> 58</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#ProcessGoneException">ProcessGoneException</a> 59</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#ProfilingException">ProfilingException</a> 60</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#TimeoutException">TimeoutException</a> 61</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.exceptions.html#UnknownPackageError">UnknownPackageError</a> 62</font></dt></dl> 63</dd> 64</dl> 65</dd> 66</dl> 67 <p> 68<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 69<tr bgcolor="#ffc8d8"> 70<td colspan=3 valign=bottom> <br> 71<font color="#000000" face="helvetica, arial"><a name="AndroidDeviceParsingError">class <strong>AndroidDeviceParsingError</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 72 73<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 74<td colspan=2><tt>Represents an error when parsing output from an android device<br> </tt></td></tr> 75<tr><td> </td> 76<td width="100%"><dl><dt>Method resolution order:</dt> 77<dd><a href="telemetry.core.exceptions.html#AndroidDeviceParsingError">AndroidDeviceParsingError</a></dd> 78<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 79<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 80<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 81<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 82</dl> 83<hr> 84Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 85<dl><dt><a name="AndroidDeviceParsingError-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 86 <br> 87Many Telemetry exceptions arise from failures in another application. These<br> 88failures are difficult to pinpoint. This method allows Telemetry classes to<br> 89append useful debugging information to the exception. This method also logs<br> 90information about the location from where it was called.</tt></dd></dl> 91 92<dl><dt><a name="AndroidDeviceParsingError-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 93 94<dl><dt><a name="AndroidDeviceParsingError-__str__"><strong>__str__</strong></a>(self)</dt></dl> 95 96<hr> 97Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 98<dl><dt><strong>__weakref__</strong></dt> 99<dd><tt>list of weak references to the object (if defined)</tt></dd> 100</dl> 101<hr> 102Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 103<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#AndroidDeviceParsingError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 104 105<hr> 106Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 107<dl><dt><a name="AndroidDeviceParsingError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#AndroidDeviceParsingError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 108 109<dl><dt><a name="AndroidDeviceParsingError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#AndroidDeviceParsingError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 110 111<dl><dt><a name="AndroidDeviceParsingError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#AndroidDeviceParsingError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 112 113<dl><dt><a name="AndroidDeviceParsingError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#AndroidDeviceParsingError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 114 <br> 115Use of negative indices is not supported.</tt></dd></dl> 116 117<dl><dt><a name="AndroidDeviceParsingError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 118 119<dl><dt><a name="AndroidDeviceParsingError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#AndroidDeviceParsingError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 120 121<dl><dt><a name="AndroidDeviceParsingError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#AndroidDeviceParsingError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 122 123<dl><dt><a name="AndroidDeviceParsingError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 124 125<dl><dt><a name="AndroidDeviceParsingError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 126 127<hr> 128Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 129<dl><dt><strong>__dict__</strong></dt> 130</dl> 131<dl><dt><strong>args</strong></dt> 132</dl> 133<dl><dt><strong>message</strong></dt> 134</dl> 135</td></tr></table> <p> 136<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 137<tr bgcolor="#ffc8d8"> 138<td colspan=3 valign=bottom> <br> 139<font color="#000000" face="helvetica, arial"><a name="AppCrashException">class <strong>AppCrashException</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 140 141<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 142<td width="100%"><dl><dt>Method resolution order:</dt> 143<dd><a href="telemetry.core.exceptions.html#AppCrashException">AppCrashException</a></dd> 144<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 145<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 146<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 147<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 148</dl> 149<hr> 150Methods defined here:<br> 151<dl><dt><a name="AppCrashException-__init__"><strong>__init__</strong></a>(self, app<font color="#909090">=None</font>, msg<font color="#909090">=''</font>)</dt></dl> 152 153<dl><dt><a name="AppCrashException-__str__"><strong>__str__</strong></a>(self)</dt></dl> 154 155<hr> 156Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 157<dl><dt><a name="AppCrashException-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 158 <br> 159Many Telemetry exceptions arise from failures in another application. These<br> 160failures are difficult to pinpoint. This method allows Telemetry classes to<br> 161append useful debugging information to the exception. This method also logs<br> 162information about the location from where it was called.</tt></dd></dl> 163 164<hr> 165Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 166<dl><dt><strong>__weakref__</strong></dt> 167<dd><tt>list of weak references to the object (if defined)</tt></dd> 168</dl> 169<hr> 170Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 171<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#AppCrashException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 172 173<hr> 174Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 175<dl><dt><a name="AppCrashException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#AppCrashException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 176 177<dl><dt><a name="AppCrashException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#AppCrashException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 178 179<dl><dt><a name="AppCrashException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#AppCrashException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 180 181<dl><dt><a name="AppCrashException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#AppCrashException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 182 <br> 183Use of negative indices is not supported.</tt></dd></dl> 184 185<dl><dt><a name="AppCrashException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 186 187<dl><dt><a name="AppCrashException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#AppCrashException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 188 189<dl><dt><a name="AppCrashException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#AppCrashException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 190 191<dl><dt><a name="AppCrashException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 192 193<dl><dt><a name="AppCrashException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 194 195<hr> 196Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 197<dl><dt><strong>__dict__</strong></dt> 198</dl> 199<dl><dt><strong>args</strong></dt> 200</dl> 201<dl><dt><strong>message</strong></dt> 202</dl> 203</td></tr></table> <p> 204<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 205<tr bgcolor="#ffc8d8"> 206<td colspan=3 valign=bottom> <br> 207<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> 208 209<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 210<td colspan=2><tt>Represents a browser that still exists but cannot be reached.<br> </tt></td></tr> 211<tr><td> </td> 212<td width="100%"><dl><dt>Method resolution order:</dt> 213<dd><a href="telemetry.core.exceptions.html#BrowserConnectionGoneException">BrowserConnectionGoneException</a></dd> 214<dd><a href="telemetry.core.exceptions.html#BrowserGoneException">BrowserGoneException</a></dd> 215<dd><a href="telemetry.core.exceptions.html#AppCrashException">AppCrashException</a></dd> 216<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 217<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 218<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 219<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 220</dl> 221<hr> 222Methods defined here:<br> 223<dl><dt><a name="BrowserConnectionGoneException-__init__"><strong>__init__</strong></a>(self, app, msg<font color="#909090">='Browser exists but the connection is gone'</font>)</dt></dl> 224 225<hr> 226Methods inherited from <a href="telemetry.core.exceptions.html#AppCrashException">AppCrashException</a>:<br> 227<dl><dt><a name="BrowserConnectionGoneException-__str__"><strong>__str__</strong></a>(self)</dt></dl> 228 229<hr> 230Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 231<dl><dt><a name="BrowserConnectionGoneException-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 232 <br> 233Many Telemetry exceptions arise from failures in another application. These<br> 234failures are difficult to pinpoint. This method allows Telemetry classes to<br> 235append useful debugging information to the exception. This method also logs<br> 236information about the location from where it was called.</tt></dd></dl> 237 238<hr> 239Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 240<dl><dt><strong>__weakref__</strong></dt> 241<dd><tt>list of weak references to the object (if defined)</tt></dd> 242</dl> 243<hr> 244Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 245<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> 246 247<hr> 248Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 249<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> 250 251<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> 252 253<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> 254 255<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> 256 <br> 257Use of negative indices is not supported.</tt></dd></dl> 258 259<dl><dt><a name="BrowserConnectionGoneException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 260 261<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> 262 263<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> 264 265<dl><dt><a name="BrowserConnectionGoneException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 266 267<dl><dt><a name="BrowserConnectionGoneException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 268 269<hr> 270Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 271<dl><dt><strong>__dict__</strong></dt> 272</dl> 273<dl><dt><strong>args</strong></dt> 274</dl> 275<dl><dt><strong>message</strong></dt> 276</dl> 277</td></tr></table> <p> 278<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 279<tr bgcolor="#ffc8d8"> 280<td colspan=3 valign=bottom> <br> 281<font color="#000000" face="helvetica, arial"><a name="BrowserGoneException">class <strong>BrowserGoneException</strong></a>(<a href="telemetry.core.exceptions.html#AppCrashException">AppCrashException</a>)</font></td></tr> 282 283<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 284<td colspan=2><tt>Represents a crash of the entire browser.<br> 285 <br> 286In this state, all bets are pretty much off.<br> </tt></td></tr> 287<tr><td> </td> 288<td width="100%"><dl><dt>Method resolution order:</dt> 289<dd><a href="telemetry.core.exceptions.html#BrowserGoneException">BrowserGoneException</a></dd> 290<dd><a href="telemetry.core.exceptions.html#AppCrashException">AppCrashException</a></dd> 291<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 292<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 293<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 294<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 295</dl> 296<hr> 297Methods defined here:<br> 298<dl><dt><a name="BrowserGoneException-__init__"><strong>__init__</strong></a>(self, app, msg<font color="#909090">='Browser crashed'</font>)</dt></dl> 299 300<hr> 301Methods inherited from <a href="telemetry.core.exceptions.html#AppCrashException">AppCrashException</a>:<br> 302<dl><dt><a name="BrowserGoneException-__str__"><strong>__str__</strong></a>(self)</dt></dl> 303 304<hr> 305Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 306<dl><dt><a name="BrowserGoneException-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 307 <br> 308Many Telemetry exceptions arise from failures in another application. These<br> 309failures are difficult to pinpoint. This method allows Telemetry classes to<br> 310append useful debugging information to the exception. This method also logs<br> 311information about the location from where it was called.</tt></dd></dl> 312 313<hr> 314Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 315<dl><dt><strong>__weakref__</strong></dt> 316<dd><tt>list of weak references to the object (if defined)</tt></dd> 317</dl> 318<hr> 319Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 320<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> 321 322<hr> 323Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 324<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> 325 326<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> 327 328<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> 329 330<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> 331 <br> 332Use of negative indices is not supported.</tt></dd></dl> 333 334<dl><dt><a name="BrowserGoneException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 335 336<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> 337 338<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> 339 340<dl><dt><a name="BrowserGoneException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 341 342<dl><dt><a name="BrowserGoneException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 343 344<hr> 345Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 346<dl><dt><strong>__dict__</strong></dt> 347</dl> 348<dl><dt><strong>args</strong></dt> 349</dl> 350<dl><dt><strong>message</strong></dt> 351</dl> 352</td></tr></table> <p> 353<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 354<tr bgcolor="#ffc8d8"> 355<td colspan=3 valign=bottom> <br> 356<font color="#000000" face="helvetica, arial"><a name="DevtoolsTargetCrashException">class <strong>DevtoolsTargetCrashException</strong></a>(<a href="telemetry.core.exceptions.html#AppCrashException">AppCrashException</a>)</font></td></tr> 357 358<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 359<td colspan=2><tt>Represents a crash of the current devtools target but not the overall app.<br> 360 <br> 361This can be a tab or a WebView. In this state, the tab/WebView is<br> 362gone, but the underlying browser is still alive.<br> </tt></td></tr> 363<tr><td> </td> 364<td width="100%"><dl><dt>Method resolution order:</dt> 365<dd><a href="telemetry.core.exceptions.html#DevtoolsTargetCrashException">DevtoolsTargetCrashException</a></dd> 366<dd><a href="telemetry.core.exceptions.html#AppCrashException">AppCrashException</a></dd> 367<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 368<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 369<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 370<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 371</dl> 372<hr> 373Methods defined here:<br> 374<dl><dt><a name="DevtoolsTargetCrashException-__init__"><strong>__init__</strong></a>(self, app, msg<font color="#909090">='Devtools target crashed'</font>)</dt></dl> 375 376<hr> 377Methods inherited from <a href="telemetry.core.exceptions.html#AppCrashException">AppCrashException</a>:<br> 378<dl><dt><a name="DevtoolsTargetCrashException-__str__"><strong>__str__</strong></a>(self)</dt></dl> 379 380<hr> 381Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 382<dl><dt><a name="DevtoolsTargetCrashException-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 383 <br> 384Many Telemetry exceptions arise from failures in another application. These<br> 385failures are difficult to pinpoint. This method allows Telemetry classes to<br> 386append useful debugging information to the exception. This method also logs<br> 387information about the location from where it was called.</tt></dd></dl> 388 389<hr> 390Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 391<dl><dt><strong>__weakref__</strong></dt> 392<dd><tt>list of weak references to the object (if defined)</tt></dd> 393</dl> 394<hr> 395Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 396<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#DevtoolsTargetCrashException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 397 398<hr> 399Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 400<dl><dt><a name="DevtoolsTargetCrashException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#DevtoolsTargetCrashException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 401 402<dl><dt><a name="DevtoolsTargetCrashException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#DevtoolsTargetCrashException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 403 404<dl><dt><a name="DevtoolsTargetCrashException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#DevtoolsTargetCrashException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 405 406<dl><dt><a name="DevtoolsTargetCrashException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#DevtoolsTargetCrashException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 407 <br> 408Use of negative indices is not supported.</tt></dd></dl> 409 410<dl><dt><a name="DevtoolsTargetCrashException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 411 412<dl><dt><a name="DevtoolsTargetCrashException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#DevtoolsTargetCrashException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 413 414<dl><dt><a name="DevtoolsTargetCrashException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#DevtoolsTargetCrashException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 415 416<dl><dt><a name="DevtoolsTargetCrashException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 417 418<dl><dt><a name="DevtoolsTargetCrashException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 419 420<hr> 421Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 422<dl><dt><strong>__dict__</strong></dt> 423</dl> 424<dl><dt><strong>args</strong></dt> 425</dl> 426<dl><dt><strong>message</strong></dt> 427</dl> 428</td></tr></table> <p> 429<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 430<tr bgcolor="#ffc8d8"> 431<td colspan=3 valign=bottom> <br> 432<font color="#000000" face="helvetica, arial"><a name="Error">class <strong>Error</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 433 434<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 435<td colspan=2><tt>Base class for Telemetry exceptions.<br> </tt></td></tr> 436<tr><td> </td> 437<td width="100%"><dl><dt>Method resolution order:</dt> 438<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 439<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 440<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 441<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 442</dl> 443<hr> 444Methods defined here:<br> 445<dl><dt><a name="Error-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 446 <br> 447Many Telemetry exceptions arise from failures in another application. These<br> 448failures are difficult to pinpoint. This method allows Telemetry classes to<br> 449append useful debugging information to the exception. This method also logs<br> 450information about the location from where it was called.</tt></dd></dl> 451 452<dl><dt><a name="Error-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 453 454<dl><dt><a name="Error-__str__"><strong>__str__</strong></a>(self)</dt></dl> 455 456<hr> 457Data descriptors defined here:<br> 458<dl><dt><strong>__weakref__</strong></dt> 459<dd><tt>list of weak references to the object (if defined)</tt></dd> 460</dl> 461<hr> 462Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 463<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#Error-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 464 465<hr> 466Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 467<dl><dt><a name="Error-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 468 469<dl><dt><a name="Error-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 470 471<dl><dt><a name="Error-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 472 473<dl><dt><a name="Error-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 474 <br> 475Use of negative indices is not supported.</tt></dd></dl> 476 477<dl><dt><a name="Error-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 478 479<dl><dt><a name="Error-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 480 481<dl><dt><a name="Error-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 482 483<dl><dt><a name="Error-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 484 485<dl><dt><a name="Error-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 486 487<hr> 488Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 489<dl><dt><strong>__dict__</strong></dt> 490</dl> 491<dl><dt><strong>args</strong></dt> 492</dl> 493<dl><dt><strong>message</strong></dt> 494</dl> 495</td></tr></table> <p> 496<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 497<tr bgcolor="#ffc8d8"> 498<td colspan=3 valign=bottom> <br> 499<font color="#000000" face="helvetica, arial"><a name="EvaluateException">class <strong>EvaluateException</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 500 501<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 502<td width="100%"><dl><dt>Method resolution order:</dt> 503<dd><a href="telemetry.core.exceptions.html#EvaluateException">EvaluateException</a></dd> 504<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 505<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 506<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 507<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 508</dl> 509<hr> 510Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 511<dl><dt><a name="EvaluateException-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 512 <br> 513Many Telemetry exceptions arise from failures in another application. These<br> 514failures are difficult to pinpoint. This method allows Telemetry classes to<br> 515append useful debugging information to the exception. This method also logs<br> 516information about the location from where it was called.</tt></dd></dl> 517 518<dl><dt><a name="EvaluateException-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 519 520<dl><dt><a name="EvaluateException-__str__"><strong>__str__</strong></a>(self)</dt></dl> 521 522<hr> 523Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 524<dl><dt><strong>__weakref__</strong></dt> 525<dd><tt>list of weak references to the object (if defined)</tt></dd> 526</dl> 527<hr> 528Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 529<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> 530 531<hr> 532Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 533<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> 534 535<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> 536 537<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> 538 539<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> 540 <br> 541Use of negative indices is not supported.</tt></dd></dl> 542 543<dl><dt><a name="EvaluateException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 544 545<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> 546 547<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> 548 549<dl><dt><a name="EvaluateException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 550 551<dl><dt><a name="EvaluateException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 552 553<hr> 554Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 555<dl><dt><strong>__dict__</strong></dt> 556</dl> 557<dl><dt><strong>args</strong></dt> 558</dl> 559<dl><dt><strong>message</strong></dt> 560</dl> 561</td></tr></table> <p> 562<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 563<tr bgcolor="#ffc8d8"> 564<td colspan=3 valign=bottom> <br> 565<font color="#000000" face="helvetica, arial"><a name="InitializationError">class <strong>InitializationError</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 566 567<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 568<td width="100%"><dl><dt>Method resolution order:</dt> 569<dd><a href="telemetry.core.exceptions.html#InitializationError">InitializationError</a></dd> 570<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 571<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 572<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 573<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 574</dl> 575<hr> 576Methods defined here:<br> 577<dl><dt><a name="InitializationError-__init__"><strong>__init__</strong></a>(self, string)</dt></dl> 578 579<hr> 580Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 581<dl><dt><a name="InitializationError-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 582 <br> 583Many Telemetry exceptions arise from failures in another application. These<br> 584failures are difficult to pinpoint. This method allows Telemetry classes to<br> 585append useful debugging information to the exception. This method also logs<br> 586information about the location from where it was called.</tt></dd></dl> 587 588<dl><dt><a name="InitializationError-__str__"><strong>__str__</strong></a>(self)</dt></dl> 589 590<hr> 591Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 592<dl><dt><strong>__weakref__</strong></dt> 593<dd><tt>list of weak references to the object (if defined)</tt></dd> 594</dl> 595<hr> 596Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 597<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#InitializationError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 598 599<hr> 600Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 601<dl><dt><a name="InitializationError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#InitializationError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 602 603<dl><dt><a name="InitializationError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#InitializationError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 604 605<dl><dt><a name="InitializationError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#InitializationError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 606 607<dl><dt><a name="InitializationError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#InitializationError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 608 <br> 609Use of negative indices is not supported.</tt></dd></dl> 610 611<dl><dt><a name="InitializationError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 612 613<dl><dt><a name="InitializationError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#InitializationError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 614 615<dl><dt><a name="InitializationError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#InitializationError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 616 617<dl><dt><a name="InitializationError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 618 619<dl><dt><a name="InitializationError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 620 621<hr> 622Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 623<dl><dt><strong>__dict__</strong></dt> 624</dl> 625<dl><dt><strong>args</strong></dt> 626</dl> 627<dl><dt><strong>message</strong></dt> 628</dl> 629</td></tr></table> <p> 630<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 631<tr bgcolor="#ffc8d8"> 632<td colspan=3 valign=bottom> <br> 633<font color="#000000" face="helvetica, arial"><a name="IntentionalException">class <strong>IntentionalException</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 634 635<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 636<td colspan=2><tt>Represent an exception raised by a unittest which is not printed.<br> </tt></td></tr> 637<tr><td> </td> 638<td width="100%"><dl><dt>Method resolution order:</dt> 639<dd><a href="telemetry.core.exceptions.html#IntentionalException">IntentionalException</a></dd> 640<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 641<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 642<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 643<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 644</dl> 645<hr> 646Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 647<dl><dt><a name="IntentionalException-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 648 <br> 649Many Telemetry exceptions arise from failures in another application. These<br> 650failures are difficult to pinpoint. This method allows Telemetry classes to<br> 651append useful debugging information to the exception. This method also logs<br> 652information about the location from where it was called.</tt></dd></dl> 653 654<dl><dt><a name="IntentionalException-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 655 656<dl><dt><a name="IntentionalException-__str__"><strong>__str__</strong></a>(self)</dt></dl> 657 658<hr> 659Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 660<dl><dt><strong>__weakref__</strong></dt> 661<dd><tt>list of weak references to the object (if defined)</tt></dd> 662</dl> 663<hr> 664Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 665<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#IntentionalException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 666 667<hr> 668Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 669<dl><dt><a name="IntentionalException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#IntentionalException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 670 671<dl><dt><a name="IntentionalException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#IntentionalException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 672 673<dl><dt><a name="IntentionalException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#IntentionalException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 674 675<dl><dt><a name="IntentionalException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#IntentionalException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 676 <br> 677Use of negative indices is not supported.</tt></dd></dl> 678 679<dl><dt><a name="IntentionalException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 680 681<dl><dt><a name="IntentionalException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#IntentionalException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 682 683<dl><dt><a name="IntentionalException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#IntentionalException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 684 685<dl><dt><a name="IntentionalException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 686 687<dl><dt><a name="IntentionalException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 688 689<hr> 690Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 691<dl><dt><strong>__dict__</strong></dt> 692</dl> 693<dl><dt><strong>args</strong></dt> 694</dl> 695<dl><dt><strong>message</strong></dt> 696</dl> 697</td></tr></table> <p> 698<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 699<tr bgcolor="#ffc8d8"> 700<td colspan=3 valign=bottom> <br> 701<font color="#000000" face="helvetica, arial"><a name="LoginException">class <strong>LoginException</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 702 703<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 704<td width="100%"><dl><dt>Method resolution order:</dt> 705<dd><a href="telemetry.core.exceptions.html#LoginException">LoginException</a></dd> 706<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 707<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 708<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 709<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 710</dl> 711<hr> 712Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 713<dl><dt><a name="LoginException-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 714 <br> 715Many Telemetry exceptions arise from failures in another application. These<br> 716failures are difficult to pinpoint. This method allows Telemetry classes to<br> 717append useful debugging information to the exception. This method also logs<br> 718information about the location from where it was called.</tt></dd></dl> 719 720<dl><dt><a name="LoginException-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 721 722<dl><dt><a name="LoginException-__str__"><strong>__str__</strong></a>(self)</dt></dl> 723 724<hr> 725Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 726<dl><dt><strong>__weakref__</strong></dt> 727<dd><tt>list of weak references to the object (if defined)</tt></dd> 728</dl> 729<hr> 730Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 731<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> 732 733<hr> 734Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 735<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> 736 737<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> 738 739<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> 740 741<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> 742 <br> 743Use of negative indices is not supported.</tt></dd></dl> 744 745<dl><dt><a name="LoginException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 746 747<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> 748 749<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> 750 751<dl><dt><a name="LoginException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 752 753<dl><dt><a name="LoginException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 754 755<hr> 756Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 757<dl><dt><strong>__dict__</strong></dt> 758</dl> 759<dl><dt><strong>args</strong></dt> 760</dl> 761<dl><dt><strong>message</strong></dt> 762</dl> 763</td></tr></table> <p> 764<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 765<tr bgcolor="#ffc8d8"> 766<td colspan=3 valign=bottom> <br> 767<font color="#000000" face="helvetica, arial"><a name="PackageDetectionError">class <strong>PackageDetectionError</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 768 769<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 770<td colspan=2><tt>Represents an error when parsing an Android APK's package.<br> </tt></td></tr> 771<tr><td> </td> 772<td width="100%"><dl><dt>Method resolution order:</dt> 773<dd><a href="telemetry.core.exceptions.html#PackageDetectionError">PackageDetectionError</a></dd> 774<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 775<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 776<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 777<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 778</dl> 779<hr> 780Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 781<dl><dt><a name="PackageDetectionError-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 782 <br> 783Many Telemetry exceptions arise from failures in another application. These<br> 784failures are difficult to pinpoint. This method allows Telemetry classes to<br> 785append useful debugging information to the exception. This method also logs<br> 786information about the location from where it was called.</tt></dd></dl> 787 788<dl><dt><a name="PackageDetectionError-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 789 790<dl><dt><a name="PackageDetectionError-__str__"><strong>__str__</strong></a>(self)</dt></dl> 791 792<hr> 793Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 794<dl><dt><strong>__weakref__</strong></dt> 795<dd><tt>list of weak references to the object (if defined)</tt></dd> 796</dl> 797<hr> 798Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 799<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#PackageDetectionError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 800 801<hr> 802Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 803<dl><dt><a name="PackageDetectionError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#PackageDetectionError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 804 805<dl><dt><a name="PackageDetectionError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#PackageDetectionError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 806 807<dl><dt><a name="PackageDetectionError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#PackageDetectionError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 808 809<dl><dt><a name="PackageDetectionError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#PackageDetectionError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 810 <br> 811Use of negative indices is not supported.</tt></dd></dl> 812 813<dl><dt><a name="PackageDetectionError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 814 815<dl><dt><a name="PackageDetectionError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#PackageDetectionError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 816 817<dl><dt><a name="PackageDetectionError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#PackageDetectionError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 818 819<dl><dt><a name="PackageDetectionError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 820 821<dl><dt><a name="PackageDetectionError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 822 823<hr> 824Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 825<dl><dt><strong>__dict__</strong></dt> 826</dl> 827<dl><dt><strong>args</strong></dt> 828</dl> 829<dl><dt><strong>message</strong></dt> 830</dl> 831</td></tr></table> <p> 832<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 833<tr bgcolor="#ffc8d8"> 834<td colspan=3 valign=bottom> <br> 835<font color="#000000" face="helvetica, arial"><a name="PathMissingError">class <strong>PathMissingError</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 836 837<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 838<td colspan=2><tt>Represents an exception thrown when an expected path doesn't exist.<br> </tt></td></tr> 839<tr><td> </td> 840<td width="100%"><dl><dt>Method resolution order:</dt> 841<dd><a href="telemetry.core.exceptions.html#PathMissingError">PathMissingError</a></dd> 842<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 843<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 844<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 845<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 846</dl> 847<hr> 848Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 849<dl><dt><a name="PathMissingError-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 850 <br> 851Many Telemetry exceptions arise from failures in another application. These<br> 852failures are difficult to pinpoint. This method allows Telemetry classes to<br> 853append useful debugging information to the exception. This method also logs<br> 854information about the location from where it was called.</tt></dd></dl> 855 856<dl><dt><a name="PathMissingError-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 857 858<dl><dt><a name="PathMissingError-__str__"><strong>__str__</strong></a>(self)</dt></dl> 859 860<hr> 861Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 862<dl><dt><strong>__weakref__</strong></dt> 863<dd><tt>list of weak references to the object (if defined)</tt></dd> 864</dl> 865<hr> 866Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 867<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#PathMissingError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 868 869<hr> 870Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 871<dl><dt><a name="PathMissingError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#PathMissingError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 872 873<dl><dt><a name="PathMissingError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#PathMissingError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 874 875<dl><dt><a name="PathMissingError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#PathMissingError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 876 877<dl><dt><a name="PathMissingError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#PathMissingError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 878 <br> 879Use of negative indices is not supported.</tt></dd></dl> 880 881<dl><dt><a name="PathMissingError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 882 883<dl><dt><a name="PathMissingError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#PathMissingError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 884 885<dl><dt><a name="PathMissingError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#PathMissingError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 886 887<dl><dt><a name="PathMissingError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 888 889<dl><dt><a name="PathMissingError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 890 891<hr> 892Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 893<dl><dt><strong>__dict__</strong></dt> 894</dl> 895<dl><dt><strong>args</strong></dt> 896</dl> 897<dl><dt><strong>message</strong></dt> 898</dl> 899</td></tr></table> <p> 900<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 901<tr bgcolor="#ffc8d8"> 902<td colspan=3 valign=bottom> <br> 903<font color="#000000" face="helvetica, arial"><a name="PlatformError">class <strong>PlatformError</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 904 905<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 906<td colspan=2><tt>Represents an exception thrown when constructing platform.<br> </tt></td></tr> 907<tr><td> </td> 908<td width="100%"><dl><dt>Method resolution order:</dt> 909<dd><a href="telemetry.core.exceptions.html#PlatformError">PlatformError</a></dd> 910<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 911<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 912<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 913<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 914</dl> 915<hr> 916Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 917<dl><dt><a name="PlatformError-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 918 <br> 919Many Telemetry exceptions arise from failures in another application. These<br> 920failures are difficult to pinpoint. This method allows Telemetry classes to<br> 921append useful debugging information to the exception. This method also logs<br> 922information about the location from where it was called.</tt></dd></dl> 923 924<dl><dt><a name="PlatformError-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 925 926<dl><dt><a name="PlatformError-__str__"><strong>__str__</strong></a>(self)</dt></dl> 927 928<hr> 929Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 930<dl><dt><strong>__weakref__</strong></dt> 931<dd><tt>list of weak references to the object (if defined)</tt></dd> 932</dl> 933<hr> 934Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 935<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#PlatformError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 936 937<hr> 938Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 939<dl><dt><a name="PlatformError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#PlatformError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 940 941<dl><dt><a name="PlatformError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#PlatformError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 942 943<dl><dt><a name="PlatformError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#PlatformError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 944 945<dl><dt><a name="PlatformError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#PlatformError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 946 <br> 947Use of negative indices is not supported.</tt></dd></dl> 948 949<dl><dt><a name="PlatformError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 950 951<dl><dt><a name="PlatformError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#PlatformError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 952 953<dl><dt><a name="PlatformError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#PlatformError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 954 955<dl><dt><a name="PlatformError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 956 957<dl><dt><a name="PlatformError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 958 959<hr> 960Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 961<dl><dt><strong>__dict__</strong></dt> 962</dl> 963<dl><dt><strong>args</strong></dt> 964</dl> 965<dl><dt><strong>message</strong></dt> 966</dl> 967</td></tr></table> <p> 968<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 969<tr bgcolor="#ffc8d8"> 970<td colspan=3 valign=bottom> <br> 971<font color="#000000" face="helvetica, arial"><a name="ProcessGoneException">class <strong>ProcessGoneException</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 972 973<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 974<td colspan=2><tt>Represents a process that no longer exists for an unknown reason.<br> </tt></td></tr> 975<tr><td> </td> 976<td width="100%"><dl><dt>Method resolution order:</dt> 977<dd><a href="telemetry.core.exceptions.html#ProcessGoneException">ProcessGoneException</a></dd> 978<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 979<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 980<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 981<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 982</dl> 983<hr> 984Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 985<dl><dt><a name="ProcessGoneException-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 986 <br> 987Many Telemetry exceptions arise from failures in another application. These<br> 988failures are difficult to pinpoint. This method allows Telemetry classes to<br> 989append useful debugging information to the exception. This method also logs<br> 990information about the location from where it was called.</tt></dd></dl> 991 992<dl><dt><a name="ProcessGoneException-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 993 994<dl><dt><a name="ProcessGoneException-__str__"><strong>__str__</strong></a>(self)</dt></dl> 995 996<hr> 997Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 998<dl><dt><strong>__weakref__</strong></dt> 999<dd><tt>list of weak references to the object (if defined)</tt></dd> 1000</dl> 1001<hr> 1002Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 1003<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#ProcessGoneException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 1004 1005<hr> 1006Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 1007<dl><dt><a name="ProcessGoneException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#ProcessGoneException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 1008 1009<dl><dt><a name="ProcessGoneException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#ProcessGoneException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 1010 1011<dl><dt><a name="ProcessGoneException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#ProcessGoneException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 1012 1013<dl><dt><a name="ProcessGoneException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#ProcessGoneException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 1014 <br> 1015Use of negative indices is not supported.</tt></dd></dl> 1016 1017<dl><dt><a name="ProcessGoneException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 1018 1019<dl><dt><a name="ProcessGoneException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#ProcessGoneException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 1020 1021<dl><dt><a name="ProcessGoneException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#ProcessGoneException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 1022 1023<dl><dt><a name="ProcessGoneException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 1024 1025<dl><dt><a name="ProcessGoneException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 1026 1027<hr> 1028Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 1029<dl><dt><strong>__dict__</strong></dt> 1030</dl> 1031<dl><dt><strong>args</strong></dt> 1032</dl> 1033<dl><dt><strong>message</strong></dt> 1034</dl> 1035</td></tr></table> <p> 1036<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 1037<tr bgcolor="#ffc8d8"> 1038<td colspan=3 valign=bottom> <br> 1039<font color="#000000" face="helvetica, arial"><a name="ProfilingException">class <strong>ProfilingException</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 1040 1041<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 1042<td width="100%"><dl><dt>Method resolution order:</dt> 1043<dd><a href="telemetry.core.exceptions.html#ProfilingException">ProfilingException</a></dd> 1044<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 1045<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 1046<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 1047<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 1048</dl> 1049<hr> 1050Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 1051<dl><dt><a name="ProfilingException-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 1052 <br> 1053Many Telemetry exceptions arise from failures in another application. These<br> 1054failures are difficult to pinpoint. This method allows Telemetry classes to<br> 1055append useful debugging information to the exception. This method also logs<br> 1056information about the location from where it was called.</tt></dd></dl> 1057 1058<dl><dt><a name="ProfilingException-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 1059 1060<dl><dt><a name="ProfilingException-__str__"><strong>__str__</strong></a>(self)</dt></dl> 1061 1062<hr> 1063Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 1064<dl><dt><strong>__weakref__</strong></dt> 1065<dd><tt>list of weak references to the object (if defined)</tt></dd> 1066</dl> 1067<hr> 1068Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 1069<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#ProfilingException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 1070 1071<hr> 1072Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 1073<dl><dt><a name="ProfilingException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#ProfilingException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 1074 1075<dl><dt><a name="ProfilingException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#ProfilingException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 1076 1077<dl><dt><a name="ProfilingException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#ProfilingException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 1078 1079<dl><dt><a name="ProfilingException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#ProfilingException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 1080 <br> 1081Use of negative indices is not supported.</tt></dd></dl> 1082 1083<dl><dt><a name="ProfilingException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 1084 1085<dl><dt><a name="ProfilingException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#ProfilingException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 1086 1087<dl><dt><a name="ProfilingException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#ProfilingException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 1088 1089<dl><dt><a name="ProfilingException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 1090 1091<dl><dt><a name="ProfilingException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 1092 1093<hr> 1094Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 1095<dl><dt><strong>__dict__</strong></dt> 1096</dl> 1097<dl><dt><strong>args</strong></dt> 1098</dl> 1099<dl><dt><strong>message</strong></dt> 1100</dl> 1101</td></tr></table> <p> 1102<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 1103<tr bgcolor="#ffc8d8"> 1104<td colspan=3 valign=bottom> <br> 1105<font color="#000000" face="helvetica, arial"><a name="TimeoutException">class <strong>TimeoutException</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 1106 1107<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 1108<td colspan=2><tt>The operation failed to complete because of a timeout.<br> 1109 <br> 1110It is possible that waiting for a longer period of time would result in a<br> 1111successful operation.<br> </tt></td></tr> 1112<tr><td> </td> 1113<td width="100%"><dl><dt>Method resolution order:</dt> 1114<dd><a href="telemetry.core.exceptions.html#TimeoutException">TimeoutException</a></dd> 1115<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 1116<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 1117<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 1118<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 1119</dl> 1120<hr> 1121Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 1122<dl><dt><a name="TimeoutException-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 1123 <br> 1124Many Telemetry exceptions arise from failures in another application. These<br> 1125failures are difficult to pinpoint. This method allows Telemetry classes to<br> 1126append useful debugging information to the exception. This method also logs<br> 1127information about the location from where it was called.</tt></dd></dl> 1128 1129<dl><dt><a name="TimeoutException-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 1130 1131<dl><dt><a name="TimeoutException-__str__"><strong>__str__</strong></a>(self)</dt></dl> 1132 1133<hr> 1134Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 1135<dl><dt><strong>__weakref__</strong></dt> 1136<dd><tt>list of weak references to the object (if defined)</tt></dd> 1137</dl> 1138<hr> 1139Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 1140<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#TimeoutException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 1141 1142<hr> 1143Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 1144<dl><dt><a name="TimeoutException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TimeoutException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 1145 1146<dl><dt><a name="TimeoutException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#TimeoutException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 1147 1148<dl><dt><a name="TimeoutException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#TimeoutException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 1149 1150<dl><dt><a name="TimeoutException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#TimeoutException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 1151 <br> 1152Use of negative indices is not supported.</tt></dd></dl> 1153 1154<dl><dt><a name="TimeoutException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 1155 1156<dl><dt><a name="TimeoutException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#TimeoutException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 1157 1158<dl><dt><a name="TimeoutException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TimeoutException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 1159 1160<dl><dt><a name="TimeoutException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 1161 1162<dl><dt><a name="TimeoutException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 1163 1164<hr> 1165Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 1166<dl><dt><strong>__dict__</strong></dt> 1167</dl> 1168<dl><dt><strong>args</strong></dt> 1169</dl> 1170<dl><dt><strong>message</strong></dt> 1171</dl> 1172</td></tr></table> <p> 1173<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 1174<tr bgcolor="#ffc8d8"> 1175<td colspan=3 valign=bottom> <br> 1176<font color="#000000" face="helvetica, arial"><a name="UnknownPackageError">class <strong>UnknownPackageError</strong></a>(<a href="telemetry.core.exceptions.html#Error">Error</a>)</font></td></tr> 1177 1178<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 1179<td colspan=2><tt>Represents an exception when encountering an unsupported Android APK.<br> </tt></td></tr> 1180<tr><td> </td> 1181<td width="100%"><dl><dt>Method resolution order:</dt> 1182<dd><a href="telemetry.core.exceptions.html#UnknownPackageError">UnknownPackageError</a></dd> 1183<dd><a href="telemetry.core.exceptions.html#Error">Error</a></dd> 1184<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 1185<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 1186<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 1187</dl> 1188<hr> 1189Methods inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 1190<dl><dt><a name="UnknownPackageError-AddDebuggingMessage"><strong>AddDebuggingMessage</strong></a>(self, msg)</dt><dd><tt>Adds a message to the description of the exception.<br> 1191 <br> 1192Many Telemetry exceptions arise from failures in another application. These<br> 1193failures are difficult to pinpoint. This method allows Telemetry classes to<br> 1194append useful debugging information to the exception. This method also logs<br> 1195information about the location from where it was called.</tt></dd></dl> 1196 1197<dl><dt><a name="UnknownPackageError-__init__"><strong>__init__</strong></a>(self, msg<font color="#909090">=''</font>)</dt></dl> 1198 1199<dl><dt><a name="UnknownPackageError-__str__"><strong>__str__</strong></a>(self)</dt></dl> 1200 1201<hr> 1202Data descriptors inherited from <a href="telemetry.core.exceptions.html#Error">Error</a>:<br> 1203<dl><dt><strong>__weakref__</strong></dt> 1204<dd><tt>list of weak references to the object (if defined)</tt></dd> 1205</dl> 1206<hr> 1207Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 1208<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#UnknownPackageError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 1209 1210<hr> 1211Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 1212<dl><dt><a name="UnknownPackageError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownPackageError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 1213 1214<dl><dt><a name="UnknownPackageError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownPackageError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 1215 1216<dl><dt><a name="UnknownPackageError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownPackageError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 1217 1218<dl><dt><a name="UnknownPackageError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownPackageError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 1219 <br> 1220Use of negative indices is not supported.</tt></dd></dl> 1221 1222<dl><dt><a name="UnknownPackageError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 1223 1224<dl><dt><a name="UnknownPackageError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownPackageError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 1225 1226<dl><dt><a name="UnknownPackageError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownPackageError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 1227 1228<dl><dt><a name="UnknownPackageError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 1229 1230<dl><dt><a name="UnknownPackageError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 1231 1232<hr> 1233Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 1234<dl><dt><strong>__dict__</strong></dt> 1235</dl> 1236<dl><dt><strong>args</strong></dt> 1237</dl> 1238<dl><dt><strong>message</strong></dt> 1239</dl> 1240</td></tr></table></td></tr></table> 1241</body></html>