ChromeController.cr_exceptions
index
/media/Scripts/ChromeController/ChromeController/cr_exceptions.py

 
Modules
       
builtins

 
Classes
       
builtins.RuntimeError(builtins.Exception)
ChromeControllerException
ChromeCommunicationsError
ChromeTabNotFoundError
ChromeConnectFailure
ChromeError
ChromeDiedError
ChromeNavigateTimedOut
ChromeResponseNotReceived
ChromeStartupException
ReusedPortError

 
class ChromeCommunicationsError(ChromeControllerException)
    ChromeCommunicationsError(*args, **keywords)
 

 
 
Method resolution order:
ChromeCommunicationsError
ChromeControllerException
builtins.RuntimeError
builtins.Exception
builtins.BaseException
builtins.object

Data descriptors inherited from ChromeControllerException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.BaseException:
__init__(self, *args)
__reduce__(self)
__repr__(self)
__setstate__(self, dict)
__str__(self)
__unicode__(self)
with_traceback(self, traceback)

Static methods inherited from builtins.BaseException:
__new__(subtype, *args, **keywords)

Data descriptors inherited from builtins.BaseException:
__cause__
__context__
__dict__
__suppress_context__
__traceback__
args

 
class ChromeConnectFailure(ChromeControllerException)
    ChromeConnectFailure(*args, **keywords)
 

 
 
Method resolution order:
ChromeConnectFailure
ChromeControllerException
builtins.RuntimeError
builtins.Exception
builtins.BaseException
builtins.object

Data descriptors inherited from ChromeControllerException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.BaseException:
__init__(self, *args)
__reduce__(self)
__repr__(self)
__setstate__(self, dict)
__str__(self)
__unicode__(self)
with_traceback(self, traceback)

Static methods inherited from builtins.BaseException:
__new__(subtype, *args, **keywords)

Data descriptors inherited from builtins.BaseException:
__cause__
__context__
__dict__
__suppress_context__
__traceback__
args

 
class ChromeControllerException(builtins.RuntimeError)
    ChromeControllerException(*args, **keywords)
 

 
 
Method resolution order:
ChromeControllerException
builtins.RuntimeError
builtins.Exception
builtins.BaseException
builtins.object

Data descriptors defined here:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.BaseException:
__init__(self, *args)
__reduce__(self)
__repr__(self)
__setstate__(self, dict)
__str__(self)
__unicode__(self)
with_traceback(self, traceback)

Static methods inherited from builtins.BaseException:
__new__(subtype, *args, **keywords)

Data descriptors inherited from builtins.BaseException:
__cause__
__context__
__dict__
__suppress_context__
__traceback__
args

 
class ChromeDiedError(ChromeError)
    ChromeDiedError(*args, **keywords)
 

 
 
Method resolution order:
ChromeDiedError
ChromeError
ChromeControllerException
builtins.RuntimeError
builtins.Exception
builtins.BaseException
builtins.object

Data descriptors inherited from ChromeControllerException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.BaseException:
__init__(self, *args)
__reduce__(self)
__repr__(self)
__setstate__(self, dict)
__str__(self)
__unicode__(self)
with_traceback(self, traceback)

Static methods inherited from builtins.BaseException:
__new__(subtype, *args, **keywords)

Data descriptors inherited from builtins.BaseException:
__cause__
__context__
__dict__
__suppress_context__
__traceback__
args

 
class ChromeError(ChromeControllerException)
    ChromeError(*args, **keywords)
 

 
 
Method resolution order:
ChromeError
ChromeControllerException
builtins.RuntimeError
builtins.Exception
builtins.BaseException
builtins.object

Data descriptors inherited from ChromeControllerException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.BaseException:
__init__(self, *args)
__reduce__(self)
__repr__(self)
__setstate__(self, dict)
__str__(self)
__unicode__(self)
with_traceback(self, traceback)

Static methods inherited from builtins.BaseException:
__new__(subtype, *args, **keywords)

Data descriptors inherited from builtins.BaseException:
__cause__
__context__
__dict__
__suppress_context__
__traceback__
args

 
class ChromeNavigateTimedOut(ChromeError)
    ChromeNavigateTimedOut(*args, **keywords)
 

 
 
Method resolution order:
ChromeNavigateTimedOut
ChromeError
ChromeControllerException
builtins.RuntimeError
builtins.Exception
builtins.BaseException
builtins.object

Data descriptors inherited from ChromeControllerException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.BaseException:
__init__(self, *args)
__reduce__(self)
__repr__(self)
__setstate__(self, dict)
__str__(self)
__unicode__(self)
with_traceback(self, traceback)

Static methods inherited from builtins.BaseException:
__new__(subtype, *args, **keywords)

Data descriptors inherited from builtins.BaseException:
__cause__
__context__
__dict__
__suppress_context__
__traceback__
args

 
class ChromeResponseNotReceived(ChromeError)
    ChromeResponseNotReceived(*args, **keywords)
 

 
 
Method resolution order:
ChromeResponseNotReceived
ChromeError
ChromeControllerException
builtins.RuntimeError
builtins.Exception
builtins.BaseException
builtins.object

Data descriptors inherited from ChromeControllerException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.BaseException:
__init__(self, *args)
__reduce__(self)
__repr__(self)
__setstate__(self, dict)
__str__(self)
__unicode__(self)
with_traceback(self, traceback)

Static methods inherited from builtins.BaseException:
__new__(subtype, *args, **keywords)

Data descriptors inherited from builtins.BaseException:
__cause__
__context__
__dict__
__suppress_context__
__traceback__
args

 
class ChromeStartupException(ChromeControllerException)
    ChromeStartupException(*args, **keywords)
 

 
 
Method resolution order:
ChromeStartupException
ChromeControllerException
builtins.RuntimeError
builtins.Exception
builtins.BaseException
builtins.object

Data descriptors inherited from ChromeControllerException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.BaseException:
__init__(self, *args)
__reduce__(self)
__repr__(self)
__setstate__(self, dict)
__str__(self)
__unicode__(self)
with_traceback(self, traceback)

Static methods inherited from builtins.BaseException:
__new__(subtype, *args, **keywords)

Data descriptors inherited from builtins.BaseException:
__cause__
__context__
__dict__
__suppress_context__
__traceback__
args

 
class ChromeTabNotFoundError(ChromeCommunicationsError)
    ChromeTabNotFoundError(*args, **keywords)
 

 
 
Method resolution order:
ChromeTabNotFoundError
ChromeCommunicationsError
ChromeControllerException
builtins.RuntimeError
builtins.Exception
builtins.BaseException
builtins.object

Data descriptors inherited from ChromeControllerException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.BaseException:
__init__(self, *args)
__reduce__(self)
__repr__(self)
__setstate__(self, dict)
__str__(self)
__unicode__(self)
with_traceback(self, traceback)

Static methods inherited from builtins.BaseException:
__new__(subtype, *args, **keywords)

Data descriptors inherited from builtins.BaseException:
__cause__
__context__
__dict__
__suppress_context__
__traceback__
args

 
class ReusedPortError(ChromeStartupException)
    ReusedPortError(*args, **keywords)
 

 
 
Method resolution order:
ReusedPortError
ChromeStartupException
ChromeControllerException
builtins.RuntimeError
builtins.Exception
builtins.BaseException
builtins.object

Data descriptors inherited from ChromeControllerException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.BaseException:
__init__(self, *args)
__reduce__(self)
__repr__(self)
__setstate__(self, dict)
__str__(self)
__unicode__(self)
with_traceback(self, traceback)

Static methods inherited from builtins.BaseException:
__new__(subtype, *args, **keywords)

Data descriptors inherited from builtins.BaseException:
__cause__
__context__
__dict__
__suppress_context__
__traceback__
args