Package gen :: Package db :: Module exceptions :: Class FileVersionError
[frames] | no frames]

Class FileVersionError

source code


Error used to report that a file could not be read because it is written in an unsupported version of the file format.

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__