Package cells :: Module model :: Class NonCellSetError
[hide private]
[frames] | no frames]

Class NonCellSetError
source code

exceptions.Exception --+
                       |
                      NonCellSetError

You may not set a non-cell Model attribute after initialization.

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__


Class Methods [hide private]
  __init__(self, value)
  __str__(self)

Method Details [hide private]

__init__(self, value)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__