Package qm :: Package test :: Module target :: Class Target :: Class __ResourceSetUpException
[hide private]
[frames] | no frames]

Class __ResourceSetUpException
source code

exceptions.Exception --+
                       |
                      __ResourceSetUpException

An exception indicating that a resource could not be set up.

Instance Methods [hide private]
  __init__(self, resource)
Construct a new 'ResourceSetUpException'.

Inherited from exceptions.Exception: __getitem__, __str__


Method Details [hide private]

__init__(self, resource)
(Constructor)

source code 

Construct a new 'ResourceSetUpException'.

'resource' -- The name of the resoure that could not be set up.
Overrides: exceptions.Exception.__init__