Package gen :: Package lib :: Module date :: Class DateError
[frames] | no frames]

Class DateError

source code


Error used to report Date errors.

Instance Methods
 
__init__(self, value='') source code
 
__str__(self) source code

Inherited from exceptions.Exception: __getitem__

Method Details

__init__(self, value='')
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__