Package pulp :: Package server :: Module pexceptions :: Class PulpException
[hide private]
[frames] | no frames]

Class PulpException

source code

exceptions.Exception --+
                       |
                      PulpException

Base exception class for pulp with C-like printf syntax for the message.

Instance Methods [hide private]
 
__init__(self, value, *args) source code
 
__str__(self) source code

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__init__(self, value, *args)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__