RTTSException
index
/local_disk/sherwood/RTT/Tools/RunTimeTester/RunTimeTester-00-00-93/src/RTTSException.py

Exception class that carries an optional datum, eg error string

 
Classes
       
exceptions.Exception
RTTSException
BadlyConfiguredPackage
ConfigFileError
TimeoutException
UnableToProcessRTTconffile

 
class BadlyConfiguredPackage(RTTSException)
    
Method resolution order:
BadlyConfiguredPackage
RTTSException
exceptions.Exception

Methods defined here:
__init__(self, args=None)

Methods inherited from RTTSException:
__str__(self)

Methods inherited from exceptions.Exception:
__getitem__(...)

 
class ConfigFileError(RTTSException)
    
Method resolution order:
ConfigFileError
RTTSException
exceptions.Exception

Methods defined here:
__init__(self, args=None)

Methods inherited from RTTSException:
__str__(self)

Methods inherited from exceptions.Exception:
__getitem__(...)

 
class RTTSException(exceptions.Exception)
     Methods defined here:
__init__(self, args=None)
__str__(self)

Methods inherited from exceptions.Exception:
__getitem__(...)

 
class TimeoutException(RTTSException)
    
Method resolution order:
TimeoutException
RTTSException
exceptions.Exception

Methods defined here:
__init__(self, args=None)

Methods inherited from RTTSException:
__str__(self)

Methods inherited from exceptions.Exception:
__getitem__(...)

 
class UnableToProcessRTTconffile(RTTSException)
    
Method resolution order:
UnableToProcessRTTconffile
RTTSException
exceptions.Exception

Methods defined here:
__init__(self, args=None)

Methods inherited from RTTSException:
__str__(self)

Methods inherited from exceptions.Exception:
__getitem__(...)