Package cells :: Module cell :: Class CellException
[hide private]
[frames] | no frames]

Class CellException
source code

exceptions.Exception --+
                       |
                      CellException
Known Subclasses:
RuleCellSetError, EphemeralCellUnboundError, InputCellRunError, SetDuringNotificationError

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

Inherited from exceptions.Exception: __getitem__


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__