Package gnue :: Package common :: Package utils :: Module uuid :: Class InvalidVersionError
[show private | hide private]

Class InvalidVersionError

Exception --+        
            |        
        Error --+    
                |    
      SystemError --+
                    |
                   InvalidVersionError


The version '<version>' is not a valid UUID version.

Raised when Generator.generate() gets called with an invalid UUID-version.
Method Summary
  __init__(self, version)
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Method Details

__init__(self, version)
(Constructor)

Overrides:
gnue.common.base.errors.SystemError.__init__


GNUe Home

Public API

Developer's Corner