Package fife :: Package extensions :: Package pychan :: Module exceptions
[hide private]
[frames] | no frames]

Module exceptions

source code

Classes [hide private]
  PyChanException
Base exception class for PyChan.
  InitializationError
Exception raised during the initialization.
  RuntimeError
Exception raised during the run time - for example caused by a missing name attribute in a XML file.
  GuiXMLError
An error that occured during parsing an XML file.
  ParserError
An error that occured during parsing an attribute.
  PrivateFunctionalityError
Exception raised if private attributes/functions are used.
  StopTreeWalking
Internal exception used to abort iteration over the widget tree.